| Modifier and Type | Method and Description |
|---|---|
static <T> OptionsModeSingleSelectInputBuilder.PropertyOptionsModeSingleSelectInputBuilder<T> |
SingleSelect.options(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
SingleSelect, using given selection Property and the options
rendering mode, i.e. a radio button group. |
static <T> OptionsModeSingleSelectInputBuilder.PropertyOptionsModeSingleSelectInputBuilder<T> |
SingleSelect.options(com.holonplatform.core.property.Property<T> selectionProperty,
Function<T,Optional<com.holonplatform.core.property.PropertyBox>> itemConverter)
Gets a builder to create a
SingleSelect, using given selection Property, a converter and the
options rendering mode, i.e. a radio button group. |
static <T> OptionsModeSingleSelectInputBuilder.PropertyOptionsModeSingleSelectInputBuilder<T> |
Input.singleOptionSelect(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
SingleSelect type Input, using given selection Property and the
options rendering mode, i.e. a radio button group. |
static <T> OptionsModeSingleSelectInputBuilder.PropertyOptionsModeSingleSelectInputBuilder<T> |
Components.input.singleOptionSelect(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
SingleSelect type Input, using given selection Property and the
options rendering mode, i.e. a radio button group. |
static <T> OptionsModeSingleSelectInputBuilder.PropertyOptionsModeSingleSelectInputBuilder<T> |
Input.singleOptionSelect(com.holonplatform.core.property.Property<T> selectionProperty,
Function<T,Optional<com.holonplatform.core.property.PropertyBox>> itemConverter)
Gets a builder to create a
SingleSelect type Input, using given selection Property, a converter
and the options rendering mode, i.e. a radio button group. |
static <T> OptionsModeSingleSelectInputBuilder.PropertyOptionsModeSingleSelectInputBuilder<T> |
Components.input.singleOptionSelect(com.holonplatform.core.property.Property<T> selectionProperty,
Function<T,Optional<com.holonplatform.core.property.PropertyBox>> itemConverter)
Gets a builder to create a
SingleSelect type Input, using given selection Property, a
converter and the options rendering mode, i.e. a radio button group. |
| Modifier and Type | Method and Description |
|---|---|
static <T> OptionsModeSingleSelectInputBuilder.PropertyOptionsModeSingleSelectInputBuilder<T> |
OptionsModeSingleSelectInputBuilder.create(com.holonplatform.core.property.Property<T> selectionProperty)
Create a new
OptionsModeSingleSelectInputBuilder.PropertyOptionsModeSingleSelectInputBuilder using given selection Property and
converter. |
static <T> OptionsModeSingleSelectInputBuilder.PropertyOptionsModeSingleSelectInputBuilder<T> |
OptionsModeSingleSelectInputBuilder.create(com.holonplatform.core.property.Property<T> selectionProperty,
Function<T,Optional<com.holonplatform.core.property.PropertyBox>> itemConverter)
Create a new
OptionsModeSingleSelectInputBuilder.PropertyOptionsModeSingleSelectInputBuilder using given selection Property. |
Copyright © 2019 The Holon Platform. All rights reserved.