static ITreecell |
ITreecellCtrl.from(Treecell instance) |
|
static <I extends IAnyGroup> ITreecell<I> |
ITreecell.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> ITreecell<I> |
ITreecell.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> ITreecell<I> |
ITreecell.of(java.lang.String label) |
Returns the instance with the given label.
|
static <I extends IAnyGroup> ITreecell<I> |
ITreecell.of(java.lang.String label,
java.lang.String image) |
Returns the instance with the given label and image.
|
static <I extends IAnyGroup> ITreecell<I> |
ITreecell.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static <I extends IAnyGroup> ITreecell<I> |
ITreecell.ofImage(java.lang.String image) |
Returns the instance with the given image.
|
default ITreecell<I> |
ITreecell.withHflex(java.lang.String hflex) |
To control the size of Treecell related
components, please refer to ITree and ITreecol instead.
|
ITreecell<I> |
ITreecell.withSpan(int span) |
Returns a copy of this immutable component with the specified span .
|
default ITreecell<I> |
ITreecell.withWidth(java.lang.String width) |
To control the size of Treecell related
components, please refer to ITree and ITreecol instead.
|