org.apache.beehive.netui.tags.tree
Class TreeRootElement

Object
  extended by TreeElement
      extended by TreeRootElement
All Implemented Interfaces:
Serializable

public class TreeRootElement
extends TreeElement

See Also:
Serialized Form

Field Summary
 
Fields inherited from class TreeElement
_attribute, EXPAND_NODE, SELECTED_NODE, TREE_ANCHOR, TREE_ANCHOR_ID, TREE_COLLAPSE_STATE, TREE_EXPAND_STATE, TREE_EXPANDED, TREE_ID, TREE_JAVASCRIPT_CLASS
 
Constructor Summary
TreeRootElement()
          Default constructor for creating a simple tree.
TreeRootElement(String label, boolean expanded)
          Construct a new TreeElement with the specified parameters.
 
Method Summary
 void changeSelected(String selectNode)
           
 
Methods inherited from class TreeElement
addChild, addChild, clearChildren, findNode, getAction, getAttributeList, getChild, getChildren, getClientAction, getContent, getHref, getIcon, getInheritableState, getLabel, getName, getParent, getRoot, getScope, getTagId, getTarget, getTitle, isDisabled, isExpanded, isExpandOnServer, isLast, isLeaf, isSelected, onExpand, onSelect, removeChild, removeChild, setAction, setAttribute, setClientAction, setContent, setDisabled, setExpanded, setExpandOnServer, setHref, setIcon, setInheritableState, setLabel, setName, setParent, setScope, setSelected, setTagId, setTarget, setTitle, size, updateName
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeRootElement

public TreeRootElement()
Default constructor for creating a simple tree.


TreeRootElement

public TreeRootElement(String label,
                       boolean expanded)
Construct a new TreeElement with the specified parameters.

Parameters:
expanded - Should this node be expanded?
Method Detail

changeSelected

public void changeSelected(String selectNode)