|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.TagSupport net.sf.ginp.tags.TreeMenu
public class TreeMenu
Tag for building a tree menu based on the model state.
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, 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 | |
---|---|
TreeMenu()
|
Method Summary | |
---|---|
int |
doStartTag()
Description of the Method |
void |
setAnchorextra(java.lang.String s)
Sets the beforelabel attribute of the TreeMenu object |
void |
setFolderclosed(java.lang.String s)
Sets the folderclosed attribute of the TreeMenu object |
void |
setFolderopen(java.lang.String s)
Sets the folderopen attribute of the TreeMenu object |
void |
setGridblank(java.lang.String s)
Sets the gridblank attribute of the TreeMenu object |
void |
setGridcont(java.lang.String s)
Sets the gridcont attribute of the TreeMenu object |
void |
setGridend(java.lang.String s)
Sets the gridend attribute of the TreeMenu object |
void |
setGridtee(java.lang.String s)
Sets the gridtee attribute of the TreeMenu object |
void |
setLineend(java.lang.String s)
Sets the lineend attribute of the TreeMenu object |
void |
setLinestart(java.lang.String s)
Sets the linestart attribute of the TreeMenu object |
void |
setNodeicon(java.lang.String s)
Sets the nodeicon attribute of the TreeMenu object |
void |
setShownodes(boolean b)
Constructor for the setShownodes object |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, 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 javax.servlet.jsp.tagext.IterationTag |
---|
doAfterBody |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
doEndTag, getParent, release, setPageContext, setParent |
Constructor Detail |
---|
public TreeMenu()
Method Detail |
---|
public void setAnchorextra(java.lang.String s)
s
- The new beforelabel valuepublic void setFolderclosed(java.lang.String s)
s
- The new folderclosed valuepublic void setFolderopen(java.lang.String s)
s
- The new folderopen valuepublic void setGridblank(java.lang.String s)
s
- The new gridblank valuepublic void setGridcont(java.lang.String s)
s
- The new gridcont valuepublic void setGridend(java.lang.String s)
s
- The new gridend valuepublic void setGridtee(java.lang.String s)
s
- The new gridtee valuepublic void setLineend(java.lang.String s)
s
- The new lineend valuepublic void setLinestart(java.lang.String s)
s
- The new linestart valuepublic void setNodeicon(java.lang.String s)
s
- The new nodeicon valuepublic void setShownodes(boolean b)
b
- Description of the Parameterpublic int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |