| Package | Description |
|---|---|
| com.vaadin.event.selection | |
| com.vaadin.ui |
| Constructor and Description |
|---|
SingleSelectionEvent(AbstractSingleSelect<T> source,
T oldSelection,
boolean userOriginated)
Creates a new selection change event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComboBox<T>
A filtering dropdown single-select.
|
class |
NativeSelect<T>
A simple drop-down select component.
|
class |
RadioButtonGroup<T>
A group of RadioButtons.
|
Copyright © 2020 Vaadin Ltd. All rights reserved.