Package | Description |
---|---|
de.espirit.firstspirit.service.treedata | |
de.espirit.firstspirit.service.treedata.editor |
Modifier and Type | Method and Description |
---|---|
TNode<I> |
TNode.getParent()
Returns parent object and
null for root elements without parent. |
TNode<I> |
TNodeProvider.getRoot(R request)
Returns root object.
|
Modifier and Type | Method and Description |
---|---|
Iterable<TNode<I>> |
TNode.getChildren()
Returns children.
|
List<TNode<I>> |
TNodeProvider.getNodes(R request,
Collection<I> ids)
Returns objects for the given ids.
|
Iterable<TNode<I>> |
TNode.getPath()
Returns path to root or
null for root nodes. |
Iterable<TNode<I>> |
TNodeProvider.getPath(R request,
I id)
Returns path to root or
null for root nodes. |
Iterable<TNode<I>> |
TNodeProvider.search(R request,
String text,
int flags)
Searches the given
text . |
Modifier and Type | Method and Description |
---|---|
TNode |
TNodesEditorValue.getNode(String id)
Returns the node with the given
id or null . |
TNode |
TNodesEditorValue.getRoot()
Root node.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500