static IGoldenPanel |
IGoldenPanelCtrl.from(GoldenPanel instance) |
|
static <I extends IAnyGroup> IGoldenPanel<I> |
IGoldenPanel.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IGoldenPanel<I> |
IGoldenPanel.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IGoldenPanel |
IGoldenPanel.ofArea(java.lang.String area) |
Returns the instance with the given area.
|
static <I extends IAnyGroup> IGoldenPanel<I> |
IGoldenPanel.ofArea(java.lang.String area,
I... children) |
Returns the instance with the given area and any group children.
|
static <I extends IAnyGroup> IGoldenPanel<I> |
IGoldenPanel.ofArea(java.lang.String area,
java.lang.Iterable<? extends I> children) |
Returns the instance with the given area and any group children.
|
static <I extends IAnyGroup> IGoldenPanel<I> |
IGoldenPanel.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static <I extends IAnyGroup> IGoldenPanel |
IGoldenPanel.ofTitle(java.lang.String title) |
Returns the instance with the given title.
|
IGoldenPanel<I> |
IGoldenPanel.withArea(java.lang.String area) |
Returns a copy of this immutable component with the specified
area .
|
IGoldenPanel<I> |
IGoldenPanel.withClosable(boolean closable) |
Returns a copy of this immutable component with the specified
closable .
|
default IGoldenPanel<I> |
IGoldenPanel.withHeight(java.lang.String height) |
The height can't be specified in this component because its height is
determined by other region components ( INorth or ISouth ).
|
IGoldenPanel<I> |
IGoldenPanel.withTitle(java.lang.String title) |
Returns a copy of this immutable component with the specified
title .
|
default IGoldenPanel<I> |
IGoldenPanel.withWidth(java.lang.String width) |
The width can't be specified in this component because its width is
determined by other region components ( IWest or IEast ).
|