static ISplitlayout |
ISplitlayoutCtrl.from(Splitlayout instance) |
|
static <I extends IAnyGroup> ISplitlayout<I> |
ISplitlayout.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> ISplitlayout<I> |
ISplitlayout.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> ISplitlayout<I> |
ISplitlayout.ofFlex(java.lang.String hflex,
java.lang.String vflex) |
Returns the instance with the given vflex and hflex
|
static <I extends IAnyGroup> ISplitlayout<I> |
ISplitlayout.ofId(java.lang.String id) |
Returns the instance with the given id.
|
ISplitlayout<I> |
ISplitlayout.withCollapse(java.lang.String collapse) |
Returns a copy of this immutable component with the specified
collapse .
|
default ISplitlayout<I> |
ISplitlayout.withCollapse(ISplitlayout.Collapse collapse) |
Returns a copy of this immutable component with the specified
collapse .
|
ISplitlayout<I> |
ISplitlayout.withHeights(java.lang.String heights) |
Returns a copy of this immutable component with the specified
heights .
|
ISplitlayout<I> |
ISplitlayout.withMinHeights(java.lang.String minHeights) |
Returns a copy of this immutable component with the specified
minHeights .
|
ISplitlayout<I> |
ISplitlayout.withMinWidths(java.lang.String minWidths) |
Returns a copy of this immutable component with the specified
minWidths .
|
ISplitlayout<I> |
ISplitlayout.withOpen(boolean open) |
Returns a copy of this immutable component with the specified
open .
|
ISplitlayout<I> |
ISplitlayout.withOrient(java.lang.String orient) |
Returns a copy of this immutable component with the specified
orient .
|
default ISplitlayout<I> |
ISplitlayout.withOrient(ISplitlayout.Orient orient) |
Returns a copy of this immutable component with the specified
orient .
|
ISplitlayout<I> |
ISplitlayout.withResizable(boolean resizable) |
Returns a copy of this immutable component with the specified
resizable .
|
ISplitlayout<I> |
ISplitlayout.withWidths(java.lang.String widths) |
Returns a copy of this immutable component with the specified
widths .
|