at.spardat.xma.mdl.tree
Interface ITreeWMClient
- All Superinterfaces:
- ISelectable, ITreeWM, IWModelClient
- All Known Implementing Classes:
- TreeWMClient
- public interface ITreeWMClient
- extends ITreeWM, IWModelClient
The API to manipulate a ITreeWM at the client.
|
Method Summary |
void |
setExpanded(int depth,
boolean expanded)
Sets the expanded state of the top depth levels of
the tree. |
setExpanded
public void setExpanded(int depth,
boolean expanded)
- Sets the expanded state of the top depth levels of
the tree. If depth is
1, all root nodes are expanded/collapsed. If depth is 2, all root
nodes and their childs are expanded/collapsed and so on and so forth.
- Parameters:
depth - number of levels to expand or collapse