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.
|
Modifier and Type | Class and Description |
---|---|
class |
Select<T>
A customizable drop-down select component similar to a native browser select.
|
Constructor and Description |
---|
SingleSelectionEvent(C listing,
SingleSelect<C,T> source,
T oldSelection,
boolean userOriginated)
Creates a new selection change event in a component.
|
Copyright © 2025. All rights reserved.