org.apache.beehive.netui.tags.databinding.datagrid
Class ImageColumn
Object
SimpleTagSupport
AbstractSimpleTag
AbstractColumn
AbstractHtmlColumn
ImageColumn
- All Implemented Interfaces:
- JspTag, SimpleTag, Formattable, IAttributeConsumer, INetuiTag
public class ImageColumn
- extends AbstractHtmlColumn
Methods inherited from class AbstractHtmlColumn |
setAttribute, setOnClick, setOnDblClick, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setStyle, setStyleClass, setTitle |
Methods inherited from class AbstractSimpleTag |
addTagIdMapping, getBufferBody, getInlineError, getPageContext, getScriptReporter, getUserLocale, hasErrors, registerTagError, registerTagError, reportErrors, rewriteName, setNonEmptyValueAttribute, setRequiredValueAttribute, write |
Methods inherited from class SimpleTagSupport |
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageColumn
public ImageColumn()
setSrc
public void setSrc(String src)
setAlign
public void setAlign(String align)
setHspace
public void setHspace(String hspace)
setVspace
public void setVspace(String vspace)
setBorder
public void setBorder(String border)
setHeight
public void setHeight(String height)
setWidth
public void setWidth(String width)
getTagName
public String getTagName()
- Description copied from class:
AbstractSimpleTag
- Return the name of the tag. Used by error reporting to get the name of the tag.
- Specified by:
getTagName
in interface INetuiTag
- Specified by:
getTagName
in class AbstractSimpleTag
- Returns:
- the name of the tag.
applyAttributes
protected void applyAttributes()
throws JspException
- Overrides:
applyAttributes
in class AbstractHtmlColumn
- Throws:
JspException
setColumnModel
protected void setColumnModel(ColumnModel column)
- Specified by:
setColumnModel
in class AbstractColumn
createColumnModel
protected ColumnModel createColumnModel()
- Specified by:
createColumnModel
in class AbstractColumn