public interface IResultTree extends IStructuredResult
Modifier and Type | Method and Description |
---|---|
List<?> |
getChildren(Object parent)
Returns the child elements of the given parent.
|
List<?> |
getElements()
Returns the root elements of the tree.
|
boolean |
hasChildren(Object element)
Returns whether the given element has children.
|
getColumns, getColumnValue, getContext
getResultMetaData
List<?> getElements()
getChildren(Object)
or
IStructuredResult.getContext(Object)
or
IStructuredResult.getColumnValue(Object, int)
.boolean hasChildren(Object element)
List<?> getChildren(Object parent)
parent
- The row object as returned by the
getElements()
or
getChildren(Object)
methods.