static IDiv |
IDivCtrl.from(Div instance) |
|
static <I extends IAnyGroup> IDiv<I> |
IDiv.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IDiv<I> |
IDiv.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IDiv<I> |
IDiv.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static <I extends IAnyGroup> IDiv<I> |
IDiv.ofSize(java.lang.String width,
java.lang.String height) |
Returns the instance with the given size, width and height.
|