static ICardlayout |
ICardlayoutCtrl.from(Cardlayout instance) |
|
static <I extends IAnyGroup> ICardlayout<I> |
ICardlayout.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> ICardlayout<I> |
ICardlayout.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> ICardlayout<I> |
ICardlayout.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static <I extends IAnyGroup> ICardlayout<I> |
ICardlayout.ofOrient(ICardlayout.Orient orient) |
Returns the instance with the given orient.
|
static <I extends IAnyGroup> ICardlayout<I> |
ICardlayout.ofSize(java.lang.String width,
java.lang.String height) |
Returns the instance with the given size, width and height
|
static <I extends IAnyGroup> ICardlayout<I> |
ICardlayout.ofVflex(java.lang.String vflex) |
Returns the instance with the given vflex.
|
ICardlayout<I> |
ICardlayout.withOrient(java.lang.String orient) |
Returns a copy of this immutable component with the specified
orient .
|
default ICardlayout<I> |
ICardlayout.withOrient(ICardlayout.Orient orient) |
Returns a copy of this immutable component with the specified
orient .
|