static IRow |
IRowCtrl.from(Row instance) |
|
static <I extends IAnyGroup> IRow<I> |
IRow.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IRow<I> |
IRow.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IRow<I> |
IRow.ofId(java.lang.String id) |
Returns the instance with the given id.
|
default IRow<I> |
IRow.withAllComponents(java.lang.Iterable<? extends IComponent> elements) |
|
IRow<I> |
IRow.withDetailChild(IDetailChild<? extends IDetailChild> detailChild) |
Returns a copy of this immutable component with the specified detailChild
class name.
|
default IRow |
IRow.withHflex(java.lang.String hflex) |
To control the size of Foot related
components, please refer to IGrid and IColumn instead.
|
default IRow |
IRow.withWidth(java.lang.String width) |
To control the size of Foot related
components, please refer to IGrid and IColumn instead.
|