|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSimpleTagSupport
AbstractSimpleTag
TreePropertyOverride
public class TreePropertyOverride
Constructor Summary | |
---|---|
TreePropertyOverride()
|
Method Summary | |
---|---|
void |
doTag()
Render this Tree control. |
String |
getTagName()
Return the name of the Tag. |
void |
setDefaultIcon(String defaultIcon)
Sets the default icon for TreeElements for a blank area of the tree. |
void |
setExpansionAction(String action)
Sets the action used for expanding and contracting tree nodes. |
void |
setImageHandleDownLast(String imageHandleDownLast)
Sets the image name for an open non-leaf node with no line below it. |
void |
setImageHandleDownMiddle(String imageHandleDownMiddle)
Sets the image name for an open non-leaf node with a line below it. |
void |
setImageHandleRightLast(String imageHandleRightLast)
Sets the image name for a closed non-leaf node with no line below it. |
void |
setImageHandleRightMiddle(String imageHandleRightMiddle)
Sets the image name for a closed non-leaf node with a line below it. |
void |
setImageLineLast(String imageLineLast)
Sets the image name for a blank area of the tree. |
void |
setImageLineMiddle(String imageLineMiddle)
Sets the image name for an area with a line through it. |
void |
setImageLineVertical(String imageLineVertical)
Sets the image name for an area with a line through it. |
void |
setImageRoot(String imageRoot)
Sets the name of the directory containing the images for our icons, relative to the page including this tag. |
void |
setSelectionAction(String action)
Sets the action used for expanding and contracting tree nodes. |
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 |
---|
public TreePropertyOverride()
Method Detail |
---|
public String getTagName()
getTagName
in interface INetuiTag
getTagName
in class AbstractSimpleTag
public void setSelectionAction(String action)
action
- - the actionpublic void setExpansionAction(String action)
action
- - the actionpublic void setImageHandleDownLast(String imageHandleDownLast)
imageHandleDownLast
- - the image name (including extension)public void setImageHandleDownMiddle(String imageHandleDownMiddle)
imageHandleDownMiddle
- - the image name (including extension)public void setImageHandleRightLast(String imageHandleRightLast)
imageHandleRightLast
- - the image name (including extension)public void setImageHandleRightMiddle(String imageHandleRightMiddle)
imageHandleRightMiddle
- - the image name (including extension)public void setImageLineLast(String imageLineLast)
imageLineLast
- - the image name (including extension)public void setDefaultIcon(String defaultIcon)
defaultIcon
- - the image name of the defaultIconpublic void setImageLineMiddle(String imageLineMiddle)
imageLineMiddle
- - the image name (including extension)public void setImageLineVertical(String imageLineVertical)
imageLineVertical
- - the image name (including extension)public void setImageRoot(String imageRoot)
imageRoot
- - the directory namepublic void doTag() throws JspException
doTag
in interface SimpleTag
doTag
in class SimpleTagSupport
JspException
- if a processing error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |