Uses of Class
com.vaadin.ui.AbstractSingleSelect
-
Packages that use AbstractSingleSelect Package Description com.vaadin.event.selection com.vaadin.ui -
-
Uses of AbstractSingleSelect in com.vaadin.event.selection
Constructors in com.vaadin.event.selection with parameters of type AbstractSingleSelect Constructor Description SingleSelectionEvent(AbstractSingleSelect<T> source, T oldSelection, boolean userOriginated)
Creates a new selection change event. -
Uses of AbstractSingleSelect in com.vaadin.ui
Subclasses of AbstractSingleSelect in com.vaadin.ui Modifier and Type Class Description class
ComboBox<T>
A filtering dropdown single-select.class
NativeSelect<T>
A simple drop-down select component.class
RadioButtonGroup<T>
A group of RadioButtons.
-