Uses of Interface
com.vaadin.ui.SingleSelect
-
Packages that use SingleSelect Package Description com.vaadin.event.selection com.vaadin.ui com.vaadin.ui.components.grid -
-
Uses of SingleSelect in com.vaadin.event.selection
Methods in com.vaadin.event.selection that return SingleSelect Modifier and Type Method Description SingleSelect<T>
SingleSelectionEvent. getSource()
The single select on which the Event initially occurred.Constructors in com.vaadin.event.selection with parameters of type SingleSelect Constructor Description SingleSelectionEvent(Component component, SingleSelect<T> source, T oldSelection, boolean userOriginated)
Creates a new selection change event in a component. -
Uses of SingleSelect in com.vaadin.ui
Classes in com.vaadin.ui that implement SingleSelect Modifier and Type Class Description class
AbstractSingleSelect<T>
An abstract base class for listing components that only support single selection and no lazy loading of data items.class
ComboBox<T>
A filtering dropdown single-select.class
NativeSelect<T>
A simple drop-down select component.class
RadioButtonGroup<T>
A group of RadioButtons.Methods in com.vaadin.ui that return SingleSelect Modifier and Type Method Description SingleSelect<T>
Tree. asSingleSelect()
Use this tree as a single select inBinder
. -
Uses of SingleSelect in com.vaadin.ui.components.grid
Classes in com.vaadin.ui.components.grid that implement SingleSelect Modifier and Type Class Description class
GridSingleSelect<T>
Wrapper class to wrap Grid into a SingleSelect.Methods in com.vaadin.ui.components.grid that return SingleSelect Modifier and Type Method Description SingleSelect<T>
SingleSelectionModel. asSingleSelect()
Gets a wrapper to use this single selection model as a single select inBinder
.SingleSelect<T>
SingleSelectionModelImpl. asSingleSelect()
Gets a wrapper for using this grid as a single select in a binder.
-