|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.TagSupport org.extremecomponents.table.tag.TableTag org.extremecomponents.tree.tag.TreeTag
org.extremecomponents.tree.tag.TreeTag.java -
Field Summary | |
java.lang.String |
parentAttribute
Attribute of the bean holding a reference to it's parent. |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
pageContext |
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 | |
TreeTag()
|
Method Summary | |
void |
addColumnMetaData(Column column)
Add the Column meta data to the Model |
void |
addColumnValue(java.lang.String property,
java.lang.Object value)
Add a Column value to the Model |
void |
addProperty(java.lang.String name,
java.lang.String value)
|
void |
cleanup()
|
int |
doAfterBody()
Two things need to be accomplished here. |
int |
doEndTag()
As a convenience use the EL expression langauge for the columns that need it. |
int |
doStartTag()
The start of the tag. |
java.lang.String |
getIdentifier()
|
TableModel |
getModel()
|
int |
getModelRowsSize()
Find out how many rows have been added to the Model. |
java.lang.String |
getParentAttribute()
|
boolean |
hasMetaData()
|
void |
setIdentifier(java.lang.String identifier)
|
void |
setModel(TreeModel model)
|
void |
setParentAttribute(java.lang.String parentAttribute)
|
Methods inherited from class org.extremecomponents.table.tag.TableTag |
addExport, addForm, addInput, addParameter, getAction, getBorder, getCellpadding, getCellspacing, getCollection, getFilter, getHeaderClass, getId, getImagePath, getMaxRows, getPagination, getScope, getSort, getStyle, getStyleClass, getTitle, getWidth, setAction, setBorder, setCellpadding, setCellspacing, setCollection, setFilter, setHeaderClass, setId, setImagePath, setMaxRows, setPagination, setScope, setSort, setStyle, setStyleClass, setTitle, setWidth |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String parentAttribute
Constructor Detail |
public TreeTag()
Method Detail |
public java.lang.String getParentAttribute()
public void setParentAttribute(java.lang.String parentAttribute)
parentAttribute
- The parentAttribute to set.public java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
identifier
- The identifier to set.public TableModel getModel()
getModel
in class TableTag
public void setModel(TreeModel model)
model
- The model to set.public boolean hasMetaData()
hasMetaData
in class TableTag
public void addColumnMetaData(Column column)
addColumnMetaData
in class TableTag
public void addColumnValue(java.lang.String property, java.lang.Object value)
addColumnValue
in class TableTag
public int getModelRowsSize()
getModelRowsSize
in class TableTag
public void addProperty(java.lang.String name, java.lang.String value)
addProperty
in class TableTag
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TableTag
javax.servlet.jsp.JspException
public int doAfterBody() throws javax.servlet.jsp.JspException
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class TableTag
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TableTag
javax.servlet.jsp.JspException
public void cleanup()
cleanup
in class TableTag
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |