| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T> ListSingleSelectConfigurator.ListSingleSelectInputBuilder<T,T> |
ListSingleSelectConfigurator.create(Class<T> type)
Get a new
ListSingleSelectConfigurator.ListSingleSelectInputBuilder to create a
SingleSelect which uses a ListBox as input component. |
static <T,ITEM> ListSingleSelectConfigurator.ListSingleSelectInputBuilder<T,ITEM> |
ListSingleSelectConfigurator.create(Class<T> type,
Class<ITEM> itemType,
ItemConverter<T,ITEM> itemConverter)
Get a new
ListSingleSelectConfigurator.ListSingleSelectInputBuilder to create a
SingleSelect which uses a ListBox as input component. |
Copyright © 2020 The Holon Platform. All rights reserved.