html.tree.Leaf | +-- html.tree.Node
Declares a tree node.
Named Children Elements | ||
mandatory
binding.Expression |
Text |
Leaf text. |
optional
binding.Expression |
Tooltip |
Leaf tooltip. |
optional
binding.Expression |
Icon |
Leaf icon. The path returned by this expression is relative to the war root directory (ex: 'resources/images/icon.png'). Supported contextual beans: $item. |
optional
action.IAction |
OnClick |
Action to trigger when the tree item is clicked. Supported contextual beans: $item. |
optional
binding.Expression |
Visible |
Leaf visibility. Expected return type: boolean. |
mandatory
html.tree.ITreeItemsProvider |
Children |
The node children items. |