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