| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T> ListSingleSelectConfigurator.PropertyListSingleSelectInputBuilder<T> |
SingleSelect.list(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
Property model based SingleSelect,
which uses a ListBox as input component. |
static <T> ListSingleSelectConfigurator.PropertyListSingleSelectInputBuilder<T> |
SingleSelect.list(com.holonplatform.core.property.Property<T> selectionProperty,
Function<T,Optional<com.holonplatform.core.property.PropertyBox>> itemConverter)
Gets a builder to create a
Property model based SingleSelect,
which uses a ListBox as input component. |
static <T> ListSingleSelectConfigurator.PropertyListSingleSelectInputBuilder<T> |
Components.input.singleListSelect(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
Property model based list
SingleSelect type Input, which uses a ListBox as
input component. |
static <T> ListSingleSelectConfigurator.PropertyListSingleSelectInputBuilder<T> |
Input.singleListSelect(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
Property model based list
SingleSelect type Input, which uses a ListBox as
input component. |
static <T> ListSingleSelectConfigurator.PropertyListSingleSelectInputBuilder<T> |
Components.input.singleListSelect(com.holonplatform.core.property.Property<T> selectionProperty,
Function<T,Optional<com.holonplatform.core.property.PropertyBox>> itemConverter)
Gets a builder to create a
Property model based list
SingleSelect type Input, which uses a ListBox as
input component. |
static <T> ListSingleSelectConfigurator.PropertyListSingleSelectInputBuilder<T> |
Input.singleListSelect(com.holonplatform.core.property.Property<T> selectionProperty,
Function<T,Optional<com.holonplatform.core.property.PropertyBox>> itemConverter)
Gets a builder to create a
Property model based list
SingleSelect type Input, which uses a ListBox as
input component. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ListSingleSelectConfigurator.PropertyListSingleSelectInputBuilder<T> |
ListSingleSelectConfigurator.create(com.holonplatform.core.property.Property<T> selectionProperty)
Get a new
ListSingleSelectConfigurator.PropertyListSingleSelectInputBuilder to create a
Property model based filterable SingleSelect, which uses a
ListBox as input component. |
static <T> ListSingleSelectConfigurator.PropertyListSingleSelectInputBuilder<T> |
ListSingleSelectConfigurator.create(com.holonplatform.core.property.Property<T> selectionProperty,
Function<T,Optional<com.holonplatform.core.property.PropertyBox>> itemConverter)
Get a new
ListSingleSelectConfigurator.PropertyListSingleSelectInputBuilder to create a
Property model based filterable SingleSelect, which uses a
ListBox as input component. |
Copyright © 2020 The Holon Platform. All rights reserved.