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