static IGrid |
IGridCtrl.from(Grid instance) |
|
static IGrid |
IGrid.of(java.lang.Iterable<? extends IRowBase> children) |
Returns the instance with the given IRowBase children.
|
static IGrid |
IGrid.of(IRowBase... children) |
Returns the instance with the given IRowBase children.
|
static IGrid |
IGrid.ofColumns(java.lang.Iterable<? extends IColumn<IAnyGroup>> children) |
Returns the instance with the given IColumn column children.
|
static IGrid |
IGrid.ofColumns(IColumn<IAnyGroup>... children) |
Returns the instance with the given IColumn column children.
|
static IGrid |
IGrid.ofColumns(IColumns columns) |
Returns the instance with the given IColumns child.
|
static IGrid |
IGrid.ofFoot(IFoot foot) |
Returns the instance with the given IFoot child.
|
static IGrid |
IGrid.ofFooters(java.lang.Iterable<? extends IFooter<IAnyGroup>> children) |
Returns the instance with the given IFooter footer children.
|
static IGrid |
IGrid.ofFooters(IFooter<IAnyGroup>... children) |
Returns the instance with the given IFooter footer children.
|
static IGrid |
IGrid.ofId(java.lang.String id) |
Returns the instance with the given id.
|
default IGrid |
IGrid.withAllComponents(java.lang.Iterable<? extends IMeshComposite> elements) |
|
IGrid |
IGrid.withAutosort(java.lang.String autosort) |
Returns a copy of this immutable component with the specified autosort .
|
default IGrid |
IGrid.withAutosort(IGrid.Autosort autosort) |
Returns a copy of this immutable component with the specified autosort .
|
IGrid |
IGrid.withAuxhead(java.lang.Iterable<? extends IAuxhead> auxhead) |
Returns a copy of this immutable component with the specified auxhead .
|
default IGrid |
IGrid.withAuxhead(IAuxhead... auxhead) |
Returns a copy of this immutable component with the specified auxhead .
|
IGrid |
IGrid.withColumns(IColumns columns) |
Returns a copy of this immutable component with the specified columns .
|
IGrid |
IGrid.withEmptyMessage(java.lang.String emptyMessage) |
Returns a copy of this immutable component with the specified emptyMessage .
|
IGrid |
IGrid.withFoot(IFoot foot) |
Returns a copy of this immutable component with the specified foot .
|
IGrid |
IGrid.withFrozen(IFrozen frozen) |
Returns a copy of this immutable component with the specified frozen .
|
IGrid |
IGrid.withInnerWidth(java.lang.String innerWidth) |
Returns a copy of this immutable component with the specified innerWidth .
|
IGrid |
IGrid.withOddRowSclass(java.lang.String oddRowSclass) |
Returns a copy of this immutable component with the specified oddRowSclass .
|
IGrid |
IGrid.withRows(IRows rows) |
Returns a copy of this immutable component with the specified rows .
|
IGrid |
IGrid.withVisibleRows(int visibleRows) |
Returns a copy of this immutable component with the specified visibleRows .
|