| org.araneaframework.uilib.tree.TreeContext
All known Subclasses: org.araneaframework.uilib.tree.TreeWidget,
TreeContext | public interface TreeContext extends Serializable(Code) | | Tree context. General interface that can be used to access current tree
configuration.
author: Alar Kvell (alar@araneaframework.org) since: 1.0.7 |
isRemoveChildrenOnCollapse | boolean isRemoveChildrenOnCollapse()(Code) | | Returns if child nodes are removed and discarded when a node is closed.
|
useActions | boolean useActions()(Code) | | Returns if actions are used instead of events in submit links (e.g. toggle
button). Default is false .
|
|
|