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