org.extremecomponents.tree.tag
Class TreeColumnTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byorg.extremecomponents.table.tag.ColumnTag
              extended byorg.extremecomponents.tree.tag.TreeColumnTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, ColumnAttributes, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class TreeColumnTag
extends ColumnTag
implements ColumnAttributes

The container which holds all the column specific information. A copy of each column will be fed to the Model.

Author:
Jeff Johnston
See Also:
Serialized Form

Field Summary
static java.lang.String CELL
           
static java.lang.String NO_PROPERTY_SPECIFIED
           
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
TreeColumnTag()
           
 
Method Summary
 int doEndTag()
          Must make a copy of the column because this tag may be reused.
 java.lang.Object getExtendedValue()
           
 void setColumnValue()
          Get the value for the column.
 void setExtendedValue(java.lang.Object object)
           
 
Methods inherited from class org.extremecomponents.table.tag.ColumnTag
cleanup, doStartTag, getCell, getExport, getFilter, getFormat, getGroup, getHeaderClass, getParse, getProperty, getSort, getStyle, getStyleClass, getTitle, getValue, getWidth, setCell, setExport, setFilter, setFormat, setGroup, setHeaderClass, setParse, setProperty, setSort, setStyle, setStyleClass, setTitle, setValue, setWidth
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.extremecomponents.table.ColumnAttributes
getCell, getExport, getFilter, getFormat, getGroup, getHeaderClass, getParse, getProperty, getSort, getStyle, getStyleClass, getTitle, getValue, setCell, setExport, setFilter, setFormat, setGroup, setHeaderClass, setParse, setProperty, setSort, setStyle, setStyleClass, setTitle, setValue
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

NO_PROPERTY_SPECIFIED

public static final java.lang.String NO_PROPERTY_SPECIFIED
See Also:
Constant Field Values

CELL

public static final java.lang.String CELL
See Also:
Constant Field Values
Constructor Detail

TreeColumnTag

public TreeColumnTag()
Method Detail

setColumnValue

public void setColumnValue()
                    throws javax.servlet.jsp.JspException
Get the value for the column. First look to see if it displayed in the body of the column. If it is not in the body, then use the value attribute. If the value attribute is not specified then use the property attribute to find the value in the bean.

Overrides:
setColumnValue in class ColumnTag
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Must make a copy of the column because this tag may be reused. Send the copy up to the Model.

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class ColumnTag
Throws:
javax.servlet.jsp.JspException

getExtendedValue

public java.lang.Object getExtendedValue()
Returns:

setExtendedValue

public void setExtendedValue(java.lang.Object object)


Copyright © 2004 sourceforge. All Rights Reserved.