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, getContextgetResultMetaDataList<?> getElements()
getChildren(Object) or
IStructuredResult.getContext(Object) or
IStructuredResult.getColumnValue(Object, int).boolean hasChildren(Object element)
element - the opaque object used to indicate which branchList<?> getChildren(Object parent)
parent - The row object as returned by the
getElements() or
getChildren(Object) methods.