static IVlayout |
IVlayoutCtrl.from(Vlayout instance) |
|
static <I extends IAnyGroup> IVlayout<I> |
IVlayout.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IVlayout<I> |
IVlayout.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IVlayout<I> |
IVlayout.ofHflex(java.lang.String hflex) |
Returns the instance with the given hflex.
|
static <I extends IAnyGroup> IVlayout<I> |
IVlayout.ofId(java.lang.String id) |
Returns the instance with the given id.
|