public class RefinedTree extends RefinedStructuredResult implements IResultTree
RefinedStructuredResult.DerivedDataJobDefinition, RefinedStructuredResult.ICalculationProgressEMPTYEMPTY| 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.
|
addDerivedDataColumn, buildTotalsRow, calculate, calculateTotals, filterChanged, getColumnFor, getColumns, getColumnValue, getContext, getFilter, getFilteredCount, getFormattedColumnValue, getIcon, getJobs, getResultMetaData, getSortColumn, getSortDirection, hasActiveFilter, isDecorated, isExpanded, isSelected, setSelectionProvider, setSortOrder, sort, unwrapequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumns, getColumnValue, getContextgetResultMetaDatapublic List<?> getElements()
IResultTreegetElements in interface IResultTreeIResultTree.getChildren(Object) or
IStructuredResult.getContext(Object) or
IStructuredResult.getColumnValue(Object, int).public boolean hasChildren(Object element)
IResultTreehasChildren in interface IResultTreeelement - the opaque object used to indicate which branchpublic List<?> getChildren(Object parent)
IResultTreegetChildren in interface IResultTreeparent - The row object as returned by the
IResultTree.getElements() or
IResultTree.getChildren(Object) methods.