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 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 SingleSelectModifier and TypeClassDescriptionclassListBox<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 TypeClassDescriptionclassRadio 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 TypeClassDescriptionclassSelect<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.