|
|||||||||
| 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 |
setExpansionAction(String action)
Sets the action used for expanding and contracting tree nodes. |
void |
setIconRoot(String iconRoot)
This will set the location of the icon images. |
void |
setImageRoot(String imageRoot)
Sets the name of the directory containing the images for our icons, relative to the page including this tag. |
void |
setItemIcon(String itemIcon)
Sets the default icon for TreeElements for a blank area of the tree. |
void |
setLastLineJoinImage(String lastLineJoinImage)
Sets the image name for a blank area of the tree. |
void |
setLastNodeCollapsedImage(String lastNodeCollapsedImage)
Sets the image name for a closed non-leaf node with no line below it. |
void |
setLastNodeExpandedImage(String lastNodeExpandedImage)
Sets the image name for an open non-leaf node with no line below it. |
void |
setLineJoinImage(String lineJoinImage)
Sets the image name for an area with a line through it. |
void |
setNodeCollapsedImage(String nodeCollapsedImage)
Sets the image name for a closed non-leaf node with a line below it. |
void |
setNodeExpandedImage(String nodeExpandedImage)
Sets the image name for an open non-leaf node with a line below it. |
void |
setSelectionAction(String action)
Sets the action used for expanding and contracting tree nodes. |
void |
setSpacerImage(String spacerImage)
Sets the image name for an image used to align the other images inside of a tree. |
void |
setVerticalLineImage(String verticalLineImage)
Sets the image name for an area with a line through it. |
| Methods inherited from class AbstractSimpleTag |
|---|
getBufferBody, getHtmlTag, getIdForTagId, 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 INetuiTaggetTagName in class AbstractSimpleTagpublic void setSelectionAction(String action)
action - the actionpublic void setExpansionAction(String action)
action - the actionpublic void setLastNodeExpandedImage(String lastNodeExpandedImage)
lastNodeExpandedImage - the image name (including extension)public void setNodeExpandedImage(String nodeExpandedImage)
nodeExpandedImage - the image name (including extension)public void setLastNodeCollapsedImage(String lastNodeCollapsedImage)
lastNodeCollapsedImage - the image name (including extension)public void setNodeCollapsedImage(String nodeCollapsedImage)
nodeCollapsedImage - the image name (including extension)public void setLastLineJoinImage(String lastLineJoinImage)
lastLineJoinImage - the image name (including extension)public void setSpacerImage(String spacerImage)
spacerImage - the image name (including extension)public void setItemIcon(String itemIcon)
itemIcon - the image name of the itemIconpublic void setLineJoinImage(String lineJoinImage)
lineJoinImage - the image name (including extension)public void setVerticalLineImage(String verticalLineImage)
verticalLineImage - the image name (including extension)public void setImageRoot(String imageRoot)
imageRoot - the directory namepublic void setIconRoot(String iconRoot)
getImageRoot
location.
iconRoot - the directory name for the icons
public void doTag()
throws JspException
doTag in interface SimpleTagdoTag in class SimpleTagSupportJspException - if a processing error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||