public class SampleExDataProvider extends AbstractExTreeDataProvider<SampleNode>
comparator, filter| Constructor and Description |
|---|
SampleExDataProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SampleNode> |
getChildren(SampleNode parent)
Returns sample child nodes for specified asynchronous tree node.
|
SampleNode |
getRoot()
Returns asynchronous tree sample root node.
|
boolean |
isLeaf(SampleNode node)
Returns whether the specified sample node is leaf or not.
|
getChildrenComparator, getChildrenFilter, setChildrenComparator, setChildrenFilterpublic SampleNode getRoot()
public java.util.List<SampleNode> getChildren(SampleNode parent)
parent - children parent nodepublic boolean isLeaf(SampleNode node)
isLeaf in interface ExTreeDataProvider<SampleNode>isLeaf in class AbstractExTreeDataProvider<SampleNode>node - node