| Package | Description |
|---|---|
| com.holonplatform.vaadin.components | |
| com.holonplatform.vaadin.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T> BaseSelectModeMultiSelectInputBuilder.SelectModeMultiSelectInputBuilder<T> |
MultiSelect.list(Class<? extends T> type)
Gets a builder to create a
MultiSelect using BaseSelectInputBuilder.RenderingMode.SELECT. |
static <T> BaseSelectModeMultiSelectInputBuilder.SelectModeMultiSelectInputBuilder<T> |
Components.input.multiSelectList(Class<? extends T> type)
Gets a builder to create a multiple selection
Input using BaseSelectInputBuilder.RenderingMode.SELECT. |
| Modifier and Type | Method and Description |
|---|---|
BaseSelectModeMultiSelectInputBuilder.SelectModeMultiSelectInputBuilder<T> |
BaseSelectModeMultiSelectInputBuilder.SelectModeMultiSelectInputBuilder.rows(int rows)
Sets the number of rows in the select.
|
Copyright © 2019 The Holon Platform. All rights reserved.