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>
List Box allows the user to select one or more values from a scrollable list of items. -
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>
Radio Button Group allows the user to select exactly one value from a list of related but mutually exclusive 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>
Select allows users to choose a single value from a list of options presented in an overlay. -
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.
-