| Package | Description |
|---|---|
| com.holonplatform.vaadin.components | |
| com.holonplatform.vaadin.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
Components.input.enumMulti(Class<E> type)
Gets a builder to create a multiple selection
Input with given Enum class as data source,
using all enum constants as selection items and default BaseSelectInputBuilder.RenderingMode.OPTIONS rendering mode. |
static <T> BaseSelectModeMultiSelectInputBuilder.OptionsModeMultiSelectInputBuilder<T> |
Components.input.multiSelect(Class<? extends T> type)
Gets a builder to create a multiple selection
Input using default BaseSelectInputBuilder.RenderingMode.OPTIONS. |
static <T> BaseSelectModeMultiSelectInputBuilder.OptionsModeMultiSelectInputBuilder<T> |
MultiSelect.options(Class<? extends T> type)
Gets a builder to create a
MultiSelect using BaseSelectInputBuilder.RenderingMode.OPTIONS. |
| Modifier and Type | Method and Description |
|---|---|
BaseSelectModeMultiSelectInputBuilder.OptionsModeMultiSelectInputBuilder<T> |
BaseSelectModeMultiSelectInputBuilder.OptionsModeMultiSelectInputBuilder.htmlContentAllowed(boolean htmlContentAllowed)
Sets whether html is allowed in the item captions.
|
BaseSelectModeMultiSelectInputBuilder.OptionsModeMultiSelectInputBuilder<T> |
BaseSelectModeMultiSelectInputBuilder.OptionsModeMultiSelectInputBuilder.itemEnabledProvider(com.vaadin.server.SerializablePredicate<T> itemEnabledProvider)
Sets the item enabled predicate.
|
Copyright © 2019 The Holon Platform. All rights reserved.