| Package | Description |
|---|---|
| com.vaadin.flow.component.grid | |
| com.vaadin.flow.component.listbox | |
| com.vaadin.flow.component.radiobutton | |
| com.vaadin.flow.data.selection |
| Modifier and Type | Method and Description |
|---|---|
SingleSelect<Grid<T>,T> |
GridSingleSelectionModel.asSingleSelect()
Gets a wrapper to use this single selection model as a single select in
Binder. |
SingleSelect<Grid<T>,T> |
Grid.asSingleSelect()
Use this grid as a single select in
Binder. |
SingleSelect<Grid<T>,T> |
AbstractGridSingleSelectionModel.asSingleSelect() |
| Modifier and Type | Class and Description |
|---|---|
class |
ListBox<T>
Server-side component for the
vaadin-list-box element. |
| Modifier and Type | Class and Description |
|---|---|
class |
RadioButtonGroup<T>
A single select component using radio buttons as options.
|
| Constructor and Description |
|---|
SingleSelectionEvent(C listing,
SingleSelect<C,T> source,
T oldSelection,
boolean userOriginated)
Creates a new selection change event in a component.
|
Copyright © 2018. All rights reserved.