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