static IPortallayout |
IPortallayoutCtrl.from(Portallayout instance) |
|
static IPortallayout |
IPortallayout.of(java.lang.Iterable<? extends IPortalchildren> children) |
|
static IPortallayout |
IPortallayout.of(IPortalchildren... children) |
|
static IPortallayout |
IPortallayout.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IPortallayout |
IPortallayout.ofSize(java.lang.String width,
java.lang.String height) |
Returns the instance with the given size, width and height.
|
IPortallayout |
IPortallayout.withMaximizedMode(java.lang.String maximizedMode) |
Returns a copy of this immutable component with the specified maximizedMode .
|
default IPortallayout |
IPortallayout.withMaximizedMode(IPortallayout.MaximizedMode maximizedMode) |
Returns a copy of this immutable component with the specified maximizedMode .
|
IPortallayout |
IPortallayout.withOrient(java.lang.String orient) |
Returns a copy of this immutable component with the specified
orient .
|
default IPortallayout |
IPortallayout.withOrient(IPortallayout.Orient orient) |
Returns a copy of this immutable component with the specified
orient .
|