static IGroupfoot |
IGroupfootCtrl.from(Groupfoot instance) |
|
static <I extends IAnyGroup> IGroupfoot<I> |
IGroupfoot.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IGroupfoot<I> |
IGroupfoot.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IGroupfoot<I> |
IGroupfoot.of(java.lang.String label) |
Returns the instance with the given label.
|
static <I extends IAnyGroup> IGroupfoot<I> |
IGroupfoot.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IGroupfoot<I> |
IGroupfoot.withLabel(java.lang.String label) |
Returns a copy of this immutable component with the specified
label .
|