Class SortedTreeModel<T>

java.lang.Object
org.omnifaces.model.tree.AbstractTreeModel<T>
org.omnifaces.model.tree.SortedTreeModel<T>
Type Parameters:
T - The type of the wrapped data of the tree node.
All Implemented Interfaces:
Serializable, Comparable<T>, Iterable<TreeModel<T>>, TreeModel<T>

public class SortedTreeModel<T> extends AbstractTreeModel<T> implements Comparable<T>
A concrete implementation of TreeModel which holds the tree children in a TreeSet.
Since:
1.7
Author:
Bauke Scholtz
See Also: