|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTreeElement
TreeRootElement
public class TreeRootElement
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 |
---|
public TreeRootElement()
public TreeRootElement(String label, boolean expanded)
expanded
- Should this node be expanded?Method Detail |
---|
public void changeSelected(String selectNode)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |