Uses of Interface
com.vaadin.flow.data.selection.SingleSelect
-
-
Uses of SingleSelect in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return SingleSelect Modifier and Type Method Description SingleSelect<Grid<T>,T>
AbstractGridSingleSelectionModel. asSingleSelect()
SingleSelect<Grid<T>,T>
Grid. asSingleSelect()
Use this grid as a single select inBinder
.SingleSelect<Grid<T>,T>
GridSingleSelectionModel. asSingleSelect()
Gets a wrapper to use this single selection model as a single select inBinder
. -
Uses of SingleSelect in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox that implement SingleSelect Modifier and Type Class Description class
ListBox<T>
Server-side component for thevaadin-list-box
element. -
Uses of SingleSelect in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton that implement SingleSelect Modifier and Type Class Description class
RadioButtonGroup<T>
A single select component using radio buttons as options. -
Uses of SingleSelect in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select that implement SingleSelect Modifier and Type Class Description class
Select<T>
A customizable drop-down select component similar to a native browser select. -
Uses of SingleSelect in com.vaadin.flow.data.selection
Constructors in com.vaadin.flow.data.selection with parameters of type SingleSelect Constructor Description SingleSelectionEvent(C listing, SingleSelect<C,T> source, T oldSelection, boolean userOriginated)
Creates a new selection change event in a component.
-