NetUI Tag Library Documentation (Version 1.0.1)

netui
netui:treePropertyOverride Tag

Overrides the tree properties.

Syntax

<netui:treePropertyOverride
    [expansionAction="string_or_expression"]
    [iconRoot="string_iconRoot"]
    [imageRoot="string_or_expression"]
    [itemIcon="string"]
    [lastLineJoinImage="string"]
    [lastNodeCollapsedImage="string"]
    [lastNodeExpandedImage="string"]
    [lineJoinImage="string"]
    [nodeCollapsedImage="string"]
    [nodeExpandedImage="string"]
    [selectionAction="string"]
    [spacerImage="string"]
    [verticalLineImage="string"] />

Description

Overrides the tree properties.

Note that this tag automatically applies to descendent nodes in the tree.

Attributes
expansionAction
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: No

Sets the action used for expanding and contracting tree nodes.
iconRoot
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The directory containing the icon images for tree items.
imageRoot
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

Sets the name of the directory containing the images for our icons, relative to the page including this tag.
itemIcon
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: No

Sets the default icon for tree nodes for a blank area of the tree. (Defaults to "folder.gif").
lastLineJoinImage
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: No

Sets the image name for a blank area of the tree. (Defaults to "lastLineJoin.gif").
lastNodeCollapsedImage
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: No

Sets the image name for a closed non-leaf node with no line below it. (Defaults to "lastNodeCollapsed.gif").
lastNodeExpandedImage
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: No

Sets the image name for an open non-leaf node with no line below it. (Defaults to "lastNodeExpanded.gif").
lineJoinImage
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: No

Sets the image name for an area with a line through it. (Defaults to "lineJoin.gif").
nodeCollapsedImage
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: No

Sets the image name for a closed non-leaf node with a line below it. (Defaults to "nodeCollapsed.gif").
nodeExpandedImage
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: No

Sets the image name for an open non-leaf node with a line below it. (Defaults to "nodeExpanded.gif").
selectionAction
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: No

Sets the action used for expanding and contracting tree nodes.
spacerImage
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: No

Sets the image name for an image used to align the other images inside of a tree. (Defaults to "spacer.gif")
verticalLineImage
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: No

Sets the image name for an area with a line through it. (Defaults to "verticalLine.gif").


Tag Information
Tag Classorg.apache.beehive.netui.tags.tree.TreePropertyOverride
TagExtraInfo ClassNone
Body Contentempty
Display NameNone