| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
Input.enumOptionSelect(Class<E> enumType)
Gets a builder to create a
SingleSelect type Input for given enum type with the
options rendering mode, i.e. using a radio button group. |
static <E extends Enum<E>> |
Components.input.enumOptionSelect(Class<E> enumType)
Gets a builder to create a
SingleSelect type Input for given enum type with the
options rendering mode, i.e. using a radio button group. |
static <T> OptionsModeSingleSelectInputBuilder.ItemOptionsModeSingleSelectInputBuilder<T,T> |
SingleSelect.options(Class<T> type)
Gets a builder to create a
SingleSelect using the options rendering mode, i.e. a radio button
group. |
static <T,ITEM> OptionsModeSingleSelectInputBuilder.ItemOptionsModeSingleSelectInputBuilder<T,ITEM> |
SingleSelect.options(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Gets a builder to create a
SingleSelect using the options rendering mode, i.e. a radio button
group. |
static <T> OptionsModeSingleSelectInputBuilder.ItemOptionsModeSingleSelectInputBuilder<T,T> |
Input.singleOptionSelect(Class<T> type)
Gets a builder to create a
SingleSelect type Input using the options rendering mode, i.e. a
radio button group. |
static <T> OptionsModeSingleSelectInputBuilder.ItemOptionsModeSingleSelectInputBuilder<T,T> |
Components.input.singleOptionSelect(Class<T> type)
Gets a builder to create a
SingleSelect type Input using the options rendering mode, i.e. a
radio button group. |
static <T,ITEM> OptionsModeSingleSelectInputBuilder.ItemOptionsModeSingleSelectInputBuilder<T,ITEM> |
Input.singleOptionSelect(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Gets a builder to create a
SingleSelect type Input using the options rendering mode, i.e. a
radio button group. |
static <T,ITEM> OptionsModeSingleSelectInputBuilder.ItemOptionsModeSingleSelectInputBuilder<T,ITEM> |
Components.input.singleOptionSelect(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Gets a builder to create a
SingleSelect type Input using the options rendering mode, i.e. a
radio button group. |
| Modifier and Type | Method and Description |
|---|---|
static <T> OptionsModeSingleSelectInputBuilder.ItemOptionsModeSingleSelectInputBuilder<T,T> |
OptionsModeSingleSelectInputBuilder.create(Class<T> type)
|
static <T,ITEM> OptionsModeSingleSelectInputBuilder.ItemOptionsModeSingleSelectInputBuilder<T,ITEM> |
OptionsModeSingleSelectInputBuilder.create(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
|
Copyright © 2019 The Holon Platform. All rights reserved.