| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms |
| Modifier and Type | Method and Description |
|---|---|
MultiSelect<T> |
MultiSelect.appendChild(SelectOption<T> option,
Consumer<DropdownAction<SelectOption<T>>> andThen) |
static <T> MultiSelect<T> |
MultiSelect.create()
Creates an instance without a label
|
static <T> MultiSelect<T> |
MultiSelect.create(List<SelectOption<T>> options)
Creates an instance without a label and initialized with a list of options
|
static <T> MultiSelect<T> |
MultiSelect.create(String label)
Creates an instance with a label
|
static <T> MultiSelect<T> |
MultiSelect.create(String label,
List<SelectOption<T>> options)
Creates an instance with a label and initialized with a list of options
|
static <T extends Enum<T>> |
MultiSelect.ofEnum(String label,
T[] values)
Creates an instance with a label and initialized with options from an enum values
|
MultiSelect<T> |
MultiSelect.select(SelectOption<T> option,
boolean silent)
Selects the option at the specified index if exists and set its value as the select value
|
MultiSelect<T> |
MultiSelect.setColor(Color color)
Sets the color of the options and the display values
|
MultiSelect<T> |
MultiSelect.setReadOnly(boolean readOnly) |
MultiSelect<T> |
MultiSelect.setValue(List<T> value,
boolean silent)
Set the value with the ability to do so without triggering change handlers
|
Copyright © 2019–2022 Dominokit. All rights reserved.