static ICombobox |
IComboboxCtrl.from(Combobox instance) |
|
static ICombobox |
ICombobox.of(java.lang.Iterable<? extends IComboitem> children) |
Returns the instance with the given IComboitem children.
|
static ICombobox |
ICombobox.of(java.lang.String value) |
Returns the instance with the given value.
|
static ICombobox |
ICombobox.of(IComboitem... children) |
Returns the instance with the given IComboitem children.
|
static ICombobox |
ICombobox.ofConstraint(java.lang.String constraint) |
Returns the instance with the given constraint.
|
static ICombobox |
ICombobox.ofId(java.lang.String id) |
Returns the instance with the given id.
|
ICombobox |
ICombobox.withAutocomplete(boolean autocomplete) |
Returns a copy of this immutable component with the specified
autocomplete .
|
ICombobox |
ICombobox.withAutodrop(boolean autodrop) |
Returns a copy of this immutable component with the specified autodrop .
|
ICombobox |
ICombobox.withButtonVisible(boolean buttonVisible) |
Returns a copy of this immutable component with the specified buttonVisible .
|
ICombobox |
ICombobox.withEmptySearchMessage(java.lang.String emptySearchMessage) |
Returns a copy of this immutable component with the specified
emptySearchMessage .
|
ICombobox |
ICombobox.withIconSclass(java.lang.String iconSclass) |
Returns a copy of this immutable component with the specified iconSclass .
|
ICombobox |
ICombobox.withInstantSelect(boolean instantSelect) |
Returns a copy of this immutable component with the specified instantSelect .
|
ICombobox |
ICombobox.withOpen(boolean open) |
Returns a copy of this immutable component with the specified sclass .
|
ICombobox |
ICombobox.withPopupWidth(java.lang.String popupWidth) |
Returns a copy of this immutable component with the specified popupWidth .
|
ICombobox |
ICombobox.withSelectedIndex(int selectedIndex) |
Returns a copy of this immutable component with the specified
selectedIndex .
|