org.apache.beehive.netui.tags.databinding.datagrid
Class ImageColumn

Object
  extended by SimpleTagSupport
      extended by AbstractSimpleTag
          extended by AbstractColumn
              extended by AbstractHtmlColumn
                  extended by ImageColumn
All Implemented Interfaces:
JspTag, SimpleTag, Formattable, IAttributeConsumer, INetuiTag

public class ImageColumn
extends AbstractHtmlColumn


Constructor Summary
ImageColumn()
           
 
Method Summary
protected  void applyAttributes()
           
protected  ColumnModel createColumnModel()
           
 String getTagName()
          Return the name of the tag.
 void setAlign(String align)
           
 void setBorder(String border)
           
protected  void setColumnModel(ColumnModel column)
           
 void setHeight(String height)
           
 void setHspace(String hspace)
           
 void setSrc(String src)
           
 void setVspace(String vspace)
           
 void setWidth(String width)
           
 
Methods inherited from class AbstractHtmlColumn
setAttribute, setOnClick, setOnDblClick, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setStyle, setStyleClass, setTitle
 
Methods inherited from class AbstractColumn
addFormatter, doTag, formatterHasError, getColumnModel, getColumnsTag, getDataGridTag, setHeaderText
 
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
 

Constructor Detail

ImageColumn

public ImageColumn()
Method Detail

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