public interface PropertyTreeModel<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getChildren(T item) |
T |
getRoot() |
default PropertyTreeDecorator<T> |
getTreeDecorator() |
default boolean |
isLeaf(T item) |
default boolean |
isRootVisible() |
Copyright © 2017. All rights reserved.