static IAnchornav |
IAnchornavCtrl.from(Anchornav instance) |
|
static <I extends IAnyGroup> IAnchornav<I> |
IAnchornav.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IAnchornav<I> |
IAnchornav.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IAnchornav<I> |
IAnchornav.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IAnchornav<I> |
IAnchornav.withName(java.lang.String name) |
Returns a copy of this immutable component with the specified
name .
|
IAnchornav<I> |
IAnchornav.withPositionFixed(boolean positionFixed) |
Returns a copy of this immutable component with the specified
positionFixed .
|