static IListheader |
IListheaderCtrl.from(Listheader instance) |
|
static <I extends IAnyGroup> IListheader<I> |
IListheader.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IListheader<I> |
IListheader.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IListheader<I> |
IListheader.of(java.lang.String label) |
Returns the instance with the given label.
|
static <I extends IAnyGroup> IListheader<I> |
IListheader.of(java.lang.String label,
java.lang.String image) |
Returns the instance with the given label and image.
|
static <I extends IAnyGroup> IListheader<I> |
IListheader.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static <I extends IAnyGroup> IListheader<I> |
IListheader.ofImage(java.lang.String image) |
Returns the instance with the given image.
|
default IListheader<I> |
IListheader.withSortAscending(java.lang.String sortAscending) |
Returns a copy of this immutable component with the specified sortAscending
class name.
|
IListheader<I> |
IListheader.withSortAscending(java.util.Comparator<?> sortAscending) |
Returns a copy of this immutable component with the specified sortAscending .
|
default IListheader<I> |
IListheader.withSortDescending(java.lang.String sortDescending) |
Returns a copy of this immutable component with the specified sortDescending
class name.
|
IListheader<I> |
IListheader.withSortDescending(java.util.Comparator<?> sortDescending) |
Returns a copy of this immutable component with the specified sortDescending .
|
IListheader<I> |
IListheader.withSortDirection(java.lang.String sortDirection) |
Returns a copy of this immutable component with the specified sortDirection .
|
default IListheader<I> |
IListheader.withSortDirection(IListheader.SortDirection sortDirection) |
Returns a copy of this immutable component with the specified sortDirection .
|