We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.data.selection.SingleSelect
Packages that use SingleSelect
Package
Description
-
Uses of SingleSelect in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return SingleSelectModifier and TypeMethodDescriptionSingleSelect<Grid<T>,
T> AbstractGridSingleSelectionModel.asSingleSelect()
SingleSelect<Grid<T>,
T> Grid.asSingleSelect()
Use this grid as a single select in
Binder
.SingleSelect<Grid<T>,
T> GridSingleSelectionModel.asSingleSelect()
Gets a wrapper to use this single selection model as a single select in
Binder
. -
Uses of SingleSelect in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox that implement SingleSelectModifier and TypeClassDescriptionclass
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 SingleSelectModifier and TypeClassDescriptionclass
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 SingleSelectModifier and TypeClassDescriptionclass
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 SingleSelectModifierConstructorDescriptionSingleSelectionEvent
(C listing, SingleSelect<C, T> source, T oldSelection, boolean userOriginated) Creates a new selection change event in a component.