The tree Component shows informations in an arborescent view. It can be compared to the tree found in most modern file explorer. It allows contextual menus ...
The tree Component has the following capabilities :
<v:tree
id="id"
binding="control binding"
suggestedItemsMethod="backend bean callback method"
value="Bean"/>
<v:tree selectable="true"
defaultImageURL="images/folderClosed.gif"
defaultExpandedImageURL="images/folderOpened.gif"
hideRootExpandSign="true">
<v:treeNode itemLabel="Mes documents récents" itemValue="recent" imageURL="images/recent.gif"/>
<v:treeNode itemLabel="Bureau" itemValue="desk" imageURL="images/desk.gif"/>
</v:tree>