| Package | Description |
|---|---|
| com.holonplatform.vaadin.components |
| Modifier and Type | Method and Description |
|---|---|
static <T> SinglePropertySelectInputBuilder.GenericSinglePropertySelectInputBuilder<T> |
SingleSelect.property(com.holonplatform.core.property.Property<T> selectProperty,
BaseSelectInputBuilder.RenderingMode renderingMode)
Gets a builder to create a
SingleSelect with a PropertyBox items data source with
Property as item properties. |
static <T> SinglePropertySelectInputBuilder.GenericSinglePropertySelectInputBuilder<T> |
Components.input.singleSelect(com.holonplatform.core.property.Property<T> selectProperty,
BaseSelectInputBuilder.RenderingMode renderingMode)
Gets a builder to create a
SingleSelect with a PropertyBox items data source with
Property as item properties. |
Copyright © 2019 The Holon Platform. All rights reserved.