static IBorderlayout |
IBorderlayoutCtrl.from(Borderlayout instance) |
|
static IBorderlayout |
IBorderlayout.of(java.lang.Iterable<? extends ILayoutRegion> children) |
Returns the instance with the given children (i.e.
|
static IBorderlayout |
IBorderlayout.of(ILayoutRegion... children) |
Returns the instance with the given children (i.e.
|
static IBorderlayout |
IBorderlayout.ofFlex(java.lang.String hflex,
java.lang.String vflex) |
Returns the instance with the given flex, hflex and vflex.
|
static IBorderlayout |
IBorderlayout.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IBorderlayout |
IBorderlayout.ofSize(java.lang.String width,
java.lang.String height) |
Returns the instance with the given size, width and height.
|
default IBorderlayout |
IBorderlayout.withAllComponents(java.lang.Iterable<? extends ILayoutRegion> elements) |
|
IBorderlayout |
IBorderlayout.withAnimationDisabled(boolean animationDisabled) |
Returns a copy of this immutable component with the specified
animationDisabled .
|
IBorderlayout |
IBorderlayout.withCenter(ICenter center) |
Returns a copy of this immutable component with the specified
center .
|
IBorderlayout |
IBorderlayout.withEast(IEast east) |
Returns a copy of this immutable component with the specified
east .
|
IBorderlayout |
IBorderlayout.withNorth(INorth north) |
Returns a copy of this immutable component with the specified
north .
|
IBorderlayout |
IBorderlayout.withSouth(ISouth south) |
Returns a copy of this immutable component with the specified
south .
|
IBorderlayout |
IBorderlayout.withWest(IWest west) |
Returns a copy of this immutable component with the specified
west .
|