Uses of Interface
org.apache.tapestry5.tree.TreeSelectionModel
-
Packages that use TreeSelectionModel Package Description org.apache.tapestry5.corelib.components The set of core components available in all Tapestry applicationsorg.apache.tapestry5.tree Classes and interfaces used by theTree
component -
-
Uses of TreeSelectionModel in org.apache.tapestry5.corelib.components
Methods in org.apache.tapestry5.corelib.components that return TreeSelectionModel Modifier and Type Method Description TreeSelectionModel
Tree. getSelectionModel()
Returns the actualTreeSelectionModel
in use for this Tree component, as per theTree.selectionModel
parameter. -
Uses of TreeSelectionModel in org.apache.tapestry5.tree
Classes in org.apache.tapestry5.tree that implement TreeSelectionModel Modifier and Type Class Description class
DefaultTreeSelectionModel<T>
Default implementation ofTreeSelectionModel
.
-