| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T> SingleSelectConfigurator.PropertySingleSelectInputBuilder<T> |
SingleSelect.select(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
Property model based SingleSelect, which uses a Select as
input component. |
static <T> SingleSelectConfigurator.PropertySingleSelectInputBuilder<T> |
SingleSelect.select(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 Select as
input component. |
static <T> SingleSelectConfigurator.PropertySingleSelectInputBuilder<T> |
Input.singleSimpleSelect(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
Property model based simple SingleSelect type Input,
which uses a Select as input component. |
static <T> SingleSelectConfigurator.PropertySingleSelectInputBuilder<T> |
Components.input.singleSimpleSelect(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
Property model based simple SingleSelect type
Input, which uses a Select as input component. |
static <T> SingleSelectConfigurator.PropertySingleSelectInputBuilder<T> |
Input.singleSimpleSelect(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 simple SingleSelect type Input,
which uses a Select as input component. |
static <T> SingleSelectConfigurator.PropertySingleSelectInputBuilder<T> |
Components.input.singleSimpleSelect(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 simple SingleSelect type
Input, which uses a Select as input component. |
| Modifier and Type | Method and Description |
|---|---|
static <T> SingleSelectConfigurator.PropertySingleSelectInputBuilder<T> |
SingleSelectConfigurator.create(com.holonplatform.core.property.Property<T> selectionProperty)
Get a new
SingleSelectConfigurator.PropertySingleSelectInputBuilder to create a Property model based filterable
SingleSelect, which uses a Select as input component. |
static <T> SingleSelectConfigurator.PropertySingleSelectInputBuilder<T> |
SingleSelectConfigurator.create(com.holonplatform.core.property.Property<T> selectionProperty,
Function<T,Optional<com.holonplatform.core.property.PropertyBox>> itemConverter)
Get a new
SingleSelectConfigurator.PropertySingleSelectInputBuilder to create a Property model based filterable
SingleSelect, which uses a Select as input component. |
Copyright © 2019 The Holon Platform. All rights reserved.