Tree Component

Description

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 :

  • Position & Size
  • Foreground & Background Color
  • Text, font & images
  • Margin & border
  • Help
  • Visibility, Read-Only, Disabled
  • Events Handling
  • Contextual actions in node or tree scope

Screen Shot

Syntax

<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>
      

Instructions