| Modifier and Type | Method and Description |
|---|---|
static <T> BaseSelectModeMultiPropertySelectInputBuilder.SelectModeMultiPropertySelectInputBuilder<T> |
MultiSelect.list(com.holonplatform.core.property.Property<T> selectProperty)
Gets a builder to create a
MultiSelect with a PropertyBox items data source with Property
as item properties using BaseSelectInputBuilder.RenderingMode.SELECT. |
static <T> BaseSelectModeMultiPropertySelectInputBuilder.SelectModeMultiPropertySelectInputBuilder<T> |
Components.input.multiSelectList(com.holonplatform.core.property.Property<T> selectProperty)
Gets a builder to create a
MultiSelect with a PropertyBox items data source with
Property as item properties using default BaseSelectInputBuilder.RenderingMode.SELECT. |
| Modifier and Type | Method and Description |
|---|---|
BaseSelectModeMultiPropertySelectInputBuilder.SelectModeMultiPropertySelectInputBuilder<T> |
BaseSelectModeMultiPropertySelectInputBuilder.SelectModeMultiPropertySelectInputBuilder.rows(int rows)
Sets the number of rows in the select.
|
Copyright © 2019 The Holon Platform. All rights reserved.