public class Tree extends UICommand implements NamingContainer(Code)
Tree is a JSF component class that represent an ICEfaces tree.
The tree component displays hierarchical data as a "tree" of branches and
leaf nodes. Optionally, the tree may also display navigation controls for the
dynamic expansion and collapse of branch nodes. Nodes may also support an
action event when clicked that can be used to respond to user click events.
This component extends the JSF UICommand component and implemnents the JSF
NamingContainer interface.
By default this component is rendered by the "com.icesoft.faces.View"
renderer type.
author: Chris Brown author: gmccleary version: 1.1