Package org.omnifaces.model.tree

Interface Summary
TreeModel<T> A generic and simple tree data model which is to be used by Tree component.
 

Class Summary
ListTreeModel<T> A concrete implementation of TreeModel which holds the tree children in a List.