static ITreecols |
ITreecolsCtrl.from(Treecols instance) |
|
ITreecols |
ITree.getTreecols() |
|
static ITreecols |
ITreecols.of(java.lang.Iterable<? extends ITreecol<IAnyGroup>> children) |
Returns the instance with the given tree columns which belong to this component.
|
static ITreecols |
ITreecols.of(ITreecol<IAnyGroup>... children) |
Returns the instance with the given tree columns which belong to this component.
|
static ITreecols |
ITreecols.ofId(java.lang.String id) |
Returns the instance with the given id.
|
default ITreecols |
ITreecols.withHflex(java.lang.String hflex) |
To control the size of Foot related
components, please refer to ITree and ITreecol instead.
|
default ITreecols |
ITreecols.withWidth(java.lang.String width) |
To control the size of Foot related
components, please refer to ITree and ITreecol instead.
|