| Modifier and Type | Method and Description |
|---|---|
static <T> FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder<T> |
SingleSelect.create(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
Property model based filterable
SingleSelect, which uses a ComboBox as input component. |
static <T> FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder<T> |
SingleSelect.create(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 filterable
SingleSelect, which uses a ComboBox as input component. |
static <T> FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder<T> |
SingleSelect.filterable(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
Property model based filterable
SingleSelect, which uses a ComboBox as input component. |
static <T> FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder<T> |
SingleSelect.filterable(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 filterable
SingleSelect, which uses a ComboBox as input component. |
static <T> FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder<T> |
Components.input.singleSelect(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
Property model based filterable
SingleSelect type Input, which uses a ComboBox as
input component. |
static <T> FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder<T> |
Input.singleSelect(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
Property model based filterable
SingleSelect type Input, which uses a ComboBox as
input component. |
static <T> FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder<T> |
Components.input.singleSelect(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 filterable
SingleSelect type Input, which uses a ComboBox as
input component. |
static <T> FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder<T> |
Input.singleSelect(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 filterable
SingleSelect type Input, which uses a ComboBox as
input component. |
| Modifier and Type | Method and Description |
|---|---|
static <T> FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder<T> |
FilterableSingleSelectConfigurator.create(com.holonplatform.core.property.Property<T> selectionProperty)
Get a new
FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder to create a Property model based filterable
SingleSelect, which uses a ComboBox as input component. |
static <T> FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder<T> |
FilterableSingleSelectConfigurator.create(com.holonplatform.core.property.Property<T> selectionProperty,
Function<T,Optional<com.holonplatform.core.property.PropertyBox>> itemConverter)
Get a new
FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder to create a Property model based filterable
SingleSelect, which uses a ComboBox as input component. |
Copyright © 2020 The Holon Platform. All rights reserved.