| 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.
|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridMultiSelect<V>
A multi-selection
GridSelect. |
class |
GridSelect<V>
A single-selection
Grid that also is a value component that broadcasts value change events. |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemGrid<T>
Grid of items, with defined number of columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SuperTabs<T>
Configurable tab sheet component that also is a field.
|
Copyright © 2023 Miki. All rights reserved.