JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Module
org.omnifaces
Package org.omnifaces.model.tree
package
org.omnifaces.model.tree
Related Packages
Package
Description
org.omnifaces.model
All Classes and Interfaces
Interfaces
Classes
Class
Description
AbstractTreeModel
<T>
A base implementation of
TreeModel
.
ListTreeModel
<T>
A concrete implementation of
TreeModel
which holds the tree children in an
ArrayList
.
SortedTreeModel
<T>
A concrete implementation of
TreeModel
which holds the tree children in a
TreeSet
.
TreeModel
<T>
A generic and simple tree data model which is to be used by
Tree
component.