| Modifier and Type | Method and Description |
|---|---|
static <T> SelectModeSingleSelectInputBuilder.PropertySelectModeSingleSelectInputBuilder<T> |
SingleSelect.create(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
SingleSelect, using given selection Property. |
static <T> SelectModeSingleSelectInputBuilder.PropertySelectModeSingleSelectInputBuilder<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
SingleSelect, using given selection Property and converter. |
static <T> SelectModeSingleSelectInputBuilder.PropertySelectModeSingleSelectInputBuilder<T> |
Input.singleSelect(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
SingleSelect type Input, using given selection Property. |
static <T> SelectModeSingleSelectInputBuilder.PropertySelectModeSingleSelectInputBuilder<T> |
Components.input.singleSelect(com.holonplatform.core.property.Property<T> selectionProperty)
Gets a builder to create a
SingleSelect type Input, using given selection Property. |
static <T> SelectModeSingleSelectInputBuilder.PropertySelectModeSingleSelectInputBuilder<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
SingleSelect type Input, using given selection Property and converter. |
static <T> SelectModeSingleSelectInputBuilder.PropertySelectModeSingleSelectInputBuilder<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
SingleSelect type Input, using given selection Property and
converter. |
| Modifier and Type | Method and Description |
|---|---|
static <T> SelectModeSingleSelectInputBuilder.PropertySelectModeSingleSelectInputBuilder<T> |
SelectModeSingleSelectInputBuilder.create(com.holonplatform.core.property.Property<T> selectionProperty)
Create a new
SelectModeSingleSelectInputBuilder.PropertySelectModeSingleSelectInputBuilder using given selection Property and
converter. |
static <T> SelectModeSingleSelectInputBuilder.PropertySelectModeSingleSelectInputBuilder<T> |
SelectModeSingleSelectInputBuilder.create(com.holonplatform.core.property.Property<T> selectionProperty,
Function<T,Optional<com.holonplatform.core.property.PropertyBox>> itemConverter)
Create a new
SelectModeSingleSelectInputBuilder.PropertySelectModeSingleSelectInputBuilder using given selection Property. |
Copyright © 2019 The Holon Platform. All rights reserved.