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 classComboBox<T>A filtering dropdown single-select.classNativeSelect<T>A simple drop-down select component.classRadioButtonGroup<T>A group of RadioButtons.
-