| Class | Description |
|---|---|
| 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.
|
| 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. |
| ComponentSelect<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.ClickNotifier<C>,T> |
A selection component that shows options as
ClickNotifiers. |
| ComponentSelectHelpers |
Contains helpers to be used with
ComponentSelect. |
Copyright © 2024 Miki. All rights reserved.