| Package | Description |
|---|---|
| org.vaadin.miki.superfields.buttons | |
| org.vaadin.miki.superfields.componentselect |
| Modifier and Type | Class and Description |
|---|---|
class |
ButtonMultiSelect<T>
The simples possible extension of
ComponentMultiSelect that uses Buttons. |
class |
ButtonSelect<T>
The simplest possible extension of
ComponentSelect that uses Buttons. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponentSelect<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.ClickNotifier<C>,T,I,SELF extends AbstractComponentSelect<C,T,I,SELF>>
Base class for Component(Multi)Select.
|
| 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. |
class |
ComponentSelect<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.ClickNotifier<C>,T>
A selection component that shows options as
ClickNotifiers. |
Copyright © 2023 Miki. All rights reserved.