static IColumns |
IColumnsCtrl.from(Columns instance) |
|
IColumns |
IGrid.getColumns() |
Returns the columns.
|
static IColumns |
IColumns.of(java.lang.Iterable<? extends IColumn<IAnyGroup>> children) |
Returns the instance with the given IColumn children.
|
static IColumns |
IColumns.of(IColumn<IAnyGroup>... children) |
Returns the instance with the given IColumn children.
|
static IColumns |
IColumns.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IColumns |
IColumns.withColumnsgroup(boolean columnsgroup) |
Returns a copy of this immutable component with the specified columnsgroup .
|
IColumns |
IColumns.withColumnshide(boolean columnshide) |
Returns a copy of this immutable component with the specified columnshide .
|
default IColumns |
IColumns.withHflex(java.lang.String hflex) |
To control the size of Foot related
components, please refer to IGrid and IColumn instead.
|
IColumns |
IColumns.withMenupopup(java.lang.String menupopup) |
Returns a copy of this immutable component with the specified menupopup .
|
default IColumns |
IColumns.withWidth(java.lang.String width) |
To control the size of Foot related
components, please refer to IGrid and IColumn instead.
|