| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable.plugins.filter.header | |
| org.dominokit.domino.ui.forms |
| Modifier and Type | Method and Description |
|---|---|
Select<String> |
EnumHeaderFilter.getSelect() |
Select<String> |
SelectHeaderFilter.getSelect() |
Select<String> |
BooleanHeaderFilter.getSelect() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Select<T> |
Select.create()
Creates an instance without a label
|
static <T> Select<T> |
Select.create(List<SelectOption<T>> options)
Creates an instance without a label and initialized with a list of options
|
static <T> Select<T> |
Select.create(String label)
Creates an instance with a label
|
static <T> Select<T> |
Select.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>> |
Select.ofEnum(String label,
T[] values) |
Select<T> |
Select.select(SelectOption<T> option,
boolean silent)
Selects the option at the specified index if exists and set its value as the select value
|
Select<T> |
Select.setValue(T value,
boolean silent)
Set the value with the ability to do so without triggering change handlers
|
Copyright © 2019–2022 Dominokit. All rights reserved.