static IChosenbox |
IChosenboxCtrl.from(Chosenbox instance) |
|
static IChosenbox |
IChosenbox.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IChosenbox |
IChosenbox.withCreatable(boolean creatable) |
Returns a copy of this immutable component with the specified
creatable .
|
IChosenbox |
IChosenbox.withCreateMessage(java.lang.String createMessage) |
Returns a copy of this immutable component with the specified
createMessage .
|
IChosenbox |
IChosenbox.withDisabled(boolean disabled) |
Returns a copy of this immutable component with the specified
disabled .
|
IChosenbox |
IChosenbox.withEmptyMessage(java.lang.String emptyMessage) |
Returns a copy of this immutable component with the specified
emptyMessage .
|
IChosenbox |
IChosenbox.withInplace(boolean inplace) |
Returns a copy of this immutable component with the specified
inplace .
|
IChosenbox |
IChosenbox.withName(java.lang.String name) |
Returns a copy of this immutable component with the specified
name .
|
IChosenbox |
IChosenbox.withNoResultsText(java.lang.String noResultsText) |
Returns a copy of this immutable component with the specified
noResultsText .
|
IChosenbox |
IChosenbox.withOpen(boolean open) |
Returns a copy of this immutable component with the specified
open .
|
IChosenbox |
IChosenbox.withSeparator(java.lang.String separator) |
Returns a copy of this immutable component with the specified
separator .
|