T
- The type of the wrapped data of the tree node.public class ListTreeModel<T> extends AbstractTreeModel<T>
Constructor and Description |
---|
ListTreeModel() |
Modifier and Type | Method and Description |
---|---|
protected Collection<TreeModel<T>> |
createChildren()
Returns a new
ArrayList . |
addChild, addChildNode, equals, getChildCount, getChildren, getData, getIndex, getLevel, getNextSibling, getParent, getPreviousSibling, hashCode, isFirst, isLast, isLeaf, isRoot, iterator, remove, setData, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected Collection<TreeModel<T>> createChildren()
ArrayList
.createChildren
in class AbstractTreeModel<T>
Collection
instance which should hold the tree's children.Copyright © 2012–2021 OmniFaces. All rights reserved.