static IGroup |
IGroupCtrl.from(Group instance) |
|
static <I extends IAnyGroup> IGroup<I> |
IGroup.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IGroup<I> |
IGroup.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IGroup<I> |
IGroup.of(java.lang.String label) |
Returns the instance with the given label.
|
static <I extends IAnyGroup> IGroup<I> |
IGroup.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IGroup<I> |
IGroup.withLabel(java.lang.String label) |
Returns a copy of this immutable component with the specified
label .
|
IGroup<I> |
IGroup.withOpen(boolean open) |
Returns a copy of this immutable component with the specified
open .
|