| Modifier and Type | Method and Description |
|---|---|
static <T> OptionsModeMultiSelectInputBuilder.PropertyOptionsModeMultiSelectInputBuilder<T> |
Input.multiOptionSelect(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
MultiSelect, using given selection Property and the options
rendering mode, i.e. a checkbox group. |
static <T> OptionsModeMultiSelectInputBuilder.PropertyOptionsModeMultiSelectInputBuilder<T> |
Components.input.multiOptionSelect(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
MultiSelect, using given selection Property and the
options rendering mode, i.e. a checkbox group. |
static <T> OptionsModeMultiSelectInputBuilder.PropertyOptionsModeMultiSelectInputBuilder<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
MultiSelect, using given selection Property, a converter and the
options rendering mode, i.e. a checkbox group. |
static <T> OptionsModeMultiSelectInputBuilder.PropertyOptionsModeMultiSelectInputBuilder<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
MultiSelect, using given selection Property, a converter and the
options rendering mode, i.e. a checkbox group. |
static <T> OptionsModeMultiSelectInputBuilder.PropertyOptionsModeMultiSelectInputBuilder<T> |
MultiSelect.options(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
MultiSelect, using given selection Property and the options
rendering mode, i.e. a checkbox group. |
static <T> OptionsModeMultiSelectInputBuilder.PropertyOptionsModeMultiSelectInputBuilder<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
MultiSelect, using given selection Property, a converter and the
options rendering mode, i.e. a checkbox group. |
| Modifier and Type | Method and Description |
|---|---|
static <T> OptionsModeMultiSelectInputBuilder.PropertyOptionsModeMultiSelectInputBuilder<T> |
OptionsModeMultiSelectInputBuilder.create(com.holonplatform.core.property.Property<T> selectionProperty)
Create a new
OptionsModeMultiSelectInputBuilder.PropertyOptionsModeMultiSelectInputBuilder using given selection Property and
converter. |
static <T> OptionsModeMultiSelectInputBuilder.PropertyOptionsModeMultiSelectInputBuilder<T> |
OptionsModeMultiSelectInputBuilder.create(com.holonplatform.core.property.Property<T> selectionProperty,
Function<T,Optional<com.holonplatform.core.property.PropertyBox>> itemConverter)
Create a new
OptionsModeMultiSelectInputBuilder.PropertyOptionsModeMultiSelectInputBuilder using given selection Property. |
Copyright © 2019 The Holon Platform. All rights reserved.