| Package | Description |
|---|---|
| com.vaadin.event.selection | |
| com.vaadin.ui | |
| com.vaadin.ui.components.grid |
| Modifier and Type | Method and Description |
|---|---|
SingleSelect<T> |
SingleSelectionEvent.getSource()
The single select on which the Event initially occurred.
|
| Constructor and Description |
|---|
SingleSelectionEvent(Component component,
SingleSelect<T> source,
T oldSelection,
boolean userOriginated)
Creates a new selection change event in a component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSingleSelect<T>
An abstract base class for listing components that only support single
selection and no lazy loading of data items.
|
class |
ComboBox<T>
A filtering dropdown single-select.
|
class |
NativeSelect<T>
A simple drop-down select component.
|
class |
RadioButtonGroup<T>
A group of RadioButtons.
|
| Modifier and Type | Method and Description |
|---|---|
SingleSelect<T> |
Grid.asSingleSelect()
Use this grid as a single select in
Binder. |
| Modifier and Type | Method and Description |
|---|---|
SingleSelect<T> |
SingleSelectionModel.asSingleSelect()
Gets a wrapper to use this single selection model as a single select in
Binder. |
SingleSelect<T> |
SingleSelectionModelImpl.asSingleSelect()
Gets a wrapper for using this grid as a single select in a binder.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.