static IListbox |
IListboxCtrl.from(Listbox instance) |
|
static IListbox |
IListbox.of(java.lang.Iterable<? extends IListitemBase> children) |
|
static IListbox |
IListbox.of(IListitemBase... children) |
|
static IListbox |
IListbox.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IListbox |
IListbox.ofListfoot(IListfoot foot) |
Returns the instance with the given IListfoot foot child.
|
static IListbox |
IListbox.ofListfooters(java.lang.Iterable<? extends IListfooter<IAnyGroup>> children) |
Returns the instance with the given IListfooter footer children.
|
static IListbox |
IListbox.ofListfooters(IListfooter<IAnyGroup>... children) |
Returns the instance with the given IListfooter footer children.
|
static IListbox |
IListbox.ofListhead(IListhead listhead) |
Returns the instance with the given IListhead child.
|
static IListbox |
IListbox.ofListheaders(java.lang.Iterable<? extends IListheader<IAnyGroup>> children) |
Returns the instance with the given IListheader column children.
|
static IListbox |
IListbox.ofListheaders(IListheader<IAnyGroup>... children) |
Returns the instance with the given IListheader column children.
|
default IListbox |
IListbox.withAllComponents(java.lang.Iterable<? extends IMeshComposite> elements) |
|
IListbox |
IListbox.withAutosort(java.lang.String autosort) |
Returns a copy of this immutable component with the specified autosort .
|
default IListbox |
IListbox.withAutosort(IListbox.Autosort autosort) |
Returns a copy of this immutable component with the specified autosort .
|
IListbox |
IListbox.withAuxhead(java.lang.Iterable<? extends IAuxhead> auxhead) |
Returns a copy of this immutable component with the specified auxhead .
|
default IListbox |
IListbox.withAuxhead(IAuxhead... auxhead) |
Returns a copy of this immutable component with the specified auxhead .
|
IListbox |
IListbox.withCheckmark(boolean checkmark) |
Returns a copy of this immutable component with the specified checkmark .
|
IListbox |
IListbox.withCheckmarkDeselectOther(boolean checkmarkDeselectOther) |
Returns a copy of this immutable component with the specified checkmarkDeselectOther .
|
IListbox |
IListbox.withFrozen(IFrozen frozen) |
Returns a copy of this immutable component with the specified frozen .
|
IListbox |
IListbox.withInnerWidth(java.lang.String innerWidth) |
Returns a copy of this immutable component with the specified innerWidth .
|
IListbox |
IListbox.withListfoot(IListfoot listfoot) |
Returns a copy of this immutable component with the specified listfoot .
|
IListbox |
IListbox.withListgroupSelectable(boolean listgroupSelectable) |
Returns a copy of this immutable component with the specified
listgroupSelectable .
|
IListbox |
IListbox.withListhead(IListhead listhead) |
Returns a copy of this immutable component with the specified listhead .
|
IListbox |
IListbox.withMultiple(boolean multiple) |
Returns a copy of this immutable component with the specified multiple .
|
IListbox |
IListbox.withNonselectableTags(java.lang.String nonselectableTags) |
Returns a copy of this immutable component with the specified name .
|
IListbox |
IListbox.withOddRowSclass(java.lang.String oddRowSclass) |
Returns a copy of this immutable component with the specified oddRowSclass .
|
IListbox |
IListbox.withRightSelect(boolean rightSelect) |
Returns a copy of this immutable component with the specified rightSelect .
|
IListbox |
IListbox.withRows(int rows) |
Returns a copy of this immutable component with the specified rows .
|
IListbox |
IListbox.withSelectOnHighlightDisabled(boolean selectOnHighlightDisabled) |
Returns a copy of this immutable component with the specified selectOnHighlightDisabled .
|