| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
Input.enumMultiSelect(Class<E> enumType)
|
static <E extends Enum<E>> |
Components.input.enumMultiSelect(Class<E> enumType)
Gets a builder to create a options
MultiSelect type Input for given enum type. |
static <T> OptionsMultiSelectConfigurator.OptionsMultiSelectInputBuilder<T,T> |
Input.multiOptionSelect(Class<T> type)
Gets a builder to create a options
MultiSelect type Input, which uses a
CheckboxGroup as input component. |
static <T> OptionsMultiSelectConfigurator.OptionsMultiSelectInputBuilder<T,T> |
Components.input.multiOptionSelect(Class<T> type)
Gets a builder to create a options
MultiSelect type Input, which uses a
CheckboxGroup as input component. |
static <T,ITEM> OptionsMultiSelectConfigurator.OptionsMultiSelectInputBuilder<T,ITEM> |
Input.multiOptionSelect(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Gets a builder to create a options
MultiSelect type Input, which uses a
CheckboxGroup as input component. |
static <T,ITEM> OptionsMultiSelectConfigurator.OptionsMultiSelectInputBuilder<T,ITEM> |
Components.input.multiOptionSelect(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Gets a builder to create a options
MultiSelect type Input, which uses a
CheckboxGroup as input component. |
static <T> OptionsMultiSelectConfigurator.OptionsMultiSelectInputBuilder<T,T> |
MultiSelect.options(Class<T> type)
Gets a builder to create a options
MultiSelect, which uses a CheckboxGroup as input
component. |
static <T,ITEM> OptionsMultiSelectConfigurator.OptionsMultiSelectInputBuilder<T,ITEM> |
MultiSelect.options(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Gets a builder to create a options
MultiSelect, which uses a CheckboxGroup as input
component. |
| Modifier and Type | Method and Description |
|---|---|
static <T> OptionsMultiSelectConfigurator.OptionsMultiSelectInputBuilder<T,T> |
OptionsMultiSelectConfigurator.create(Class<T> type)
Get a new
OptionsMultiSelectConfigurator.OptionsMultiSelectInputBuilder to create a MultiSelect which uses a
CheckboxGroup as input component. |
static <T,ITEM> OptionsMultiSelectConfigurator.OptionsMultiSelectInputBuilder<T,ITEM> |
OptionsMultiSelectConfigurator.create(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Get a new
OptionsMultiSelectConfigurator.OptionsMultiSelectInputBuilder to create a MultiSelect which uses a
CheckboxGroup as input component. |
Copyright © 2019 The Holon Platform. All rights reserved.