static IAuxheader |
IAuxheaderCtrl.from(Auxheader instance) |
|
static <I extends IAnyGroup> IAuxheader<I> |
IAuxheader.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IAuxheader<I> |
IAuxheader.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IAuxheader<I> |
IAuxheader.of(java.lang.String label) |
Returns the instance with the given label.
|
static <I extends IAnyGroup> IAuxheader<I> |
IAuxheader.of(java.lang.String label,
java.lang.String image) |
Returns the instance with the given label and image.
|
static <I extends IAnyGroup> IAuxheader<I> |
IAuxheader.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static <I extends IAnyGroup> IAuxheader<I> |
IAuxheader.ofImage(java.lang.String image) |
Returns the instance with the given image.
|
IAuxheader<I> |
IAuxheader.withColspan(int colspan) |
Returns a copy of this immutable component with the specified colspan .
|
IAuxheader<I> |
IAuxheader.withRowspan(int rowspan) |
Returns a copy of this immutable component with the specified rowspan .
|