| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
Input.enumMultiSelect(Class<E> enumType)
Gets a builder to create a
MultiSelect type Input for given enum class with the
options rendering mode, i.e. using a checkbox group. |
static <E extends Enum<E>> |
Components.input.enumMultiSelect(Class<E> enumType)
Gets a builder to create a
MultiSelect type Input for given enum class with the
options rendering mode, i.e. using a checkbox group. |
static <T> OptionsModeMultiSelectInputBuilder.ItemOptionsModeMultiSelectInputBuilder<T,T> |
Input.multiOptionSelect(Class<T> type)
Gets a builder to create a
MultiSelect using the options rendering mode, i.e. a checkbox group. |
static <T> OptionsModeMultiSelectInputBuilder.ItemOptionsModeMultiSelectInputBuilder<T,T> |
Components.input.multiOptionSelect(Class<T> type)
Gets a builder to create a
MultiSelect using the options rendering mode, i.e. a checkbox
group. |
static <T,ITEM> OptionsModeMultiSelectInputBuilder.ItemOptionsModeMultiSelectInputBuilder<T,ITEM> |
Input.multiOptionSelect(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Gets a builder to create a
MultiSelect using the options rendering mode, i.e. a checkbox group. |
static <T,ITEM> OptionsModeMultiSelectInputBuilder.ItemOptionsModeMultiSelectInputBuilder<T,ITEM> |
Components.input.multiOptionSelect(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Gets a builder to create a
MultiSelect using the options rendering mode, i.e. a checkbox
group. |
static <T> OptionsModeMultiSelectInputBuilder.ItemOptionsModeMultiSelectInputBuilder<T,T> |
MultiSelect.options(Class<T> type)
Gets a builder to create a
MultiSelect using the options rendering mode, i.e. a checkbox group. |
static <T,ITEM> OptionsModeMultiSelectInputBuilder.ItemOptionsModeMultiSelectInputBuilder<T,ITEM> |
MultiSelect.options(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Gets a builder to create a
MultiSelect using the options rendering mode, i.e. a checkbox group. |
| Modifier and Type | Method and Description |
|---|---|
static <T> OptionsModeMultiSelectInputBuilder.ItemOptionsModeMultiSelectInputBuilder<T,T> |
OptionsModeMultiSelectInputBuilder.create(Class<T> type)
|
static <T,ITEM> OptionsModeMultiSelectInputBuilder.ItemOptionsModeMultiSelectInputBuilder<T,ITEM> |
OptionsModeMultiSelectInputBuilder.create(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
|
Copyright © 2019 The Holon Platform. All rights reserved.