static IListhead |
IListheadCtrl.from(Listhead instance) |
|
IListhead |
IListbox.getListhead() |
Returns the listhead.
|
static IListhead |
IListhead.of(java.lang.Iterable<? extends IListheader<IAnyGroup>> children) |
Returns the instance with the given IColumn children.
|
static IListhead |
IListhead.of(IListheader<IAnyGroup>... children) |
Returns the instance with the given IColumn children.
|
static IListhead |
IListhead.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IListhead |
IListhead.withColumnsgroup(boolean columnsgroup) |
Returns a copy of this immutable component with the specified columnsgroup .
|
IListhead |
IListhead.withColumnshide(boolean columnshide) |
Returns a copy of this immutable component with the specified columnshide .
|
default IListhead |
IListhead.withHeight(java.lang.String height) |
To control the size of Foot related
components, please refer to IListbox and IListhead instead.
|
default IListhead |
IListhead.withHflex(java.lang.String hflex) |
To control the size of Foot related
components, please refer to IListbox and IListhead instead.
|
IListhead |
IListhead.withMenupopup(java.lang.String menupopup) |
Returns a copy of this immutable component with the specified menupopup .
|
default IListhead |
IListhead.withVflex(java.lang.String vflex) |
To control the size of Foot related
components, please refer to IListbox and IListhead instead.
|
default IListhead |
IListhead.withWidth(java.lang.String width) |
To control the size of Foot related
components, please refer to IListbox and IListhead instead.
|