JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes
Package org.omnifaces.model.tree
Interface Summary
Interface
Description
TreeModel
<T>
A generic and simple tree data model which is to be used by
Tree
component.
Class Summary
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
.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes