org.apache.myfaces.custom.tree2
public class TreeStateBase extends Object implements TreeState
| Method Summary | |
|---|---|
| void | collapsePath(String[] nodePath) |
| void | expandPath(String[] nodePath) |
| boolean | isNodeExpanded(String nodeId) |
| boolean | isTransient() |
| void | setTransient(boolean trans) |
| void | toggleExpanded(String nodeId) |