| 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.enumOptionSelect(Class<E> enumType)
|
static <E extends Enum<E>> |
Components.input.enumOptionSelect(Class<E> enumType)
|
static <T> OptionsSingleSelectConfigurator.OptionsSingleSelectInputBuilder<T,T> |
SingleSelect.options(Class<T> type)
Gets a builder to create a options
SingleSelect, which uses a RadioButtonGroup as input
component. |
static <T,ITEM> OptionsSingleSelectConfigurator.OptionsSingleSelectInputBuilder<T,ITEM> |
SingleSelect.options(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Gets a builder to create a options
SingleSelect, which uses a RadioButtonGroup as input
component. |
static <T> OptionsSingleSelectConfigurator.OptionsSingleSelectInputBuilder<T,T> |
Input.singleOptionSelect(Class<T> type)
Gets a builder to create a options
SingleSelect type Input, which uses a
RadioButtonGroup as input component. |
static <T> OptionsSingleSelectConfigurator.OptionsSingleSelectInputBuilder<T,T> |
Components.input.singleOptionSelect(Class<T> type)
Gets a builder to create a options
SingleSelect type Input, which uses a
RadioButtonGroup as input component. |
static <T,ITEM> OptionsSingleSelectConfigurator.OptionsSingleSelectInputBuilder<T,ITEM> |
Input.singleOptionSelect(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Gets a builder to create a options
SingleSelect type Input, which uses a
RadioButtonGroup as input component. |
static <T,ITEM> OptionsSingleSelectConfigurator.OptionsSingleSelectInputBuilder<T,ITEM> |
Components.input.singleOptionSelect(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Gets a builder to create a options
SingleSelect type Input, which uses a
RadioButtonGroup as input component. |
| Modifier and Type | Method and Description |
|---|---|
static <T> OptionsSingleSelectConfigurator.OptionsSingleSelectInputBuilder<T,T> |
OptionsSingleSelectConfigurator.create(Class<T> type)
Get a new
OptionsSingleSelectConfigurator.OptionsSingleSelectInputBuilder to create a SingleSelect which uses a
RadioButtonGroup as input component. |
static <T,ITEM> OptionsSingleSelectConfigurator.OptionsSingleSelectInputBuilder<T,ITEM> |
OptionsSingleSelectConfigurator.create(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Get a new
OptionsSingleSelectConfigurator.OptionsSingleSelectInputBuilder to create a SingleSelect which uses a
RadioButtonGroup as input component. |
Copyright © 2019 The Holon Platform. All rights reserved.