| Package | Description |
|---|---|
| org.vaadin.miki.markers | |
| org.vaadin.miki.superfields.buttons | |
| org.vaadin.miki.superfields.componentselect | |
| org.vaadin.miki.superfields.gridselect |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WithMaximumSelectionSizeMixin<SELF extends HasMaximumSelectionSize>
Mixin interface to allow chaining
setMaximumSelectionSize(int). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WithMaximumSelectionSizeMixin<SELF extends HasMaximumSelectionSize>
Mixin interface to allow chaining
setMaximumSelectionSize(int). |
| Modifier and Type | Class and Description |
|---|---|
class |
ButtonMultiSelect<T>
The simples possible extension of
ComponentMultiSelect that uses Buttons. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentMultiSelect<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.ClickNotifier<C>,T>
A multi-select that displays each option as a
ClickNotifiers and then selects/deselects it on click. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridMultiSelect<V>
A multi-selection
GridSelect. |
Copyright © 2023 Miki. All rights reserved.