| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | teamdev.jsf.taglib.DynamicTreeStructureJspTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
nodeChildren | true | java.lang.String | only | null | The expression for retrieving child nodes of a given node. This expression should provide a list of child node data objects for the parent node. The parent node whose children should be retrieved can be identified through request-scope variables whose names are specified with the "var", "nodePathVar", "nodeLevelVar", or "nodeHasChildrenVar" attributes of the treeTable tag. |
nodeHasChildren | false | boolean | only | null | A flag that indicates whether the node has children or not. This information is needed to know whether the expansion toggle button (- and +) should be displayed near the node. |
nodeKey | false | Object | only | null | The key node object that must uniquely identify the appropriate node. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |