public interface IColumn extends IStripe
Modifier and Type | Method and Description |
---|---|
IEnumerable<IColumn> |
getChildColumns()
Returns the child columns.
|
IColumn |
getParentColumn()
Returns the parent of this column.
|
getAbsoluteBounds, getActualInsets, getActualMinSize, getActualSize, getChildStripes, getDescendants, getIndex, getInsets, getLayout, getLeaves, getMinimumSize, getParentStripe, getRoot, getSize, getStyle, getTable, isRoot
getLabels
createDictionaryLookup, createDynamic, createSingle, createSingle, createWrapped, lookup, lookup, lookup, safeLookup
IEnumerable<IColumn> getChildColumns()
This collection may be empty. Each entry in this collection has this instance as
ParentColumn
.
IColumn getParentColumn()
In a table, each column has a parent, except for the RootColumn
hierarchy root.