static IA |
IACtrl.from(A instance) |
|
static <I extends IAnyGroup> IA<I> |
IA.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IA<I> |
IA.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IA<I> |
IA.of(java.lang.String label) |
Returns the instance with the given label.
|
static <I extends IAnyGroup> IA<I> |
IA.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IA<I> |
IA.withAutodisable(java.lang.String autodisable) |
Returns a copy of this immutable component with the specified autodisable .
|
IA<I> |
IA.withDir(java.lang.String dir) |
Returns a copy of this immutable component with the specified dir .
|
default IA<I> |
IA.withDir(IA.Direction dir) |
Returns a copy of this immutable component with the specified dir .
|
IA<I> |
IA.withDisabled(boolean disabled) |
Returns a copy of this immutable component with the specified disabled .
|
IA<I> |
IA.withHref(java.lang.String href) |
Returns a copy of this immutable component with the specified href .
|
IA<I> |
IA.withTarget(java.lang.String target) |
Returns a copy of this immutable component with the specified target .
|
default IA<I> |
IA.withTarget(IA.Target target) |
Returns a copy of this immutable component with the specified target .
|