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