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.
com.vaadin.flow.data.selection.
Package com.vaadin.flow.data.selection
Interface SingleSelect<C extends Component,T>
Type Parameters:
C
- the selection component type
T
- the selection value type
All Superinterfaces:
HasElement
, HasEnabled
, HasValue<AbstractField.ComponentValueChangeEvent<C,
, HasValueAndElement<AbstractField.ComponentValueChangeEvent<C,
, Serializable
All Known Implementing Classes:
public interface SingleSelect<C extends Component,T>
extends HasValueAndElement<AbstractField.ComponentValueChangeEvent<C,T>,T>
Single selection component whose selection is treated as a value.
Since:
1.0
Author:
Vaadin Ltd
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.flow.component.HasValue
HasValue.ValueChangeEvent<V>, HasValue.ValueChangeListener<E extends HasValue.ValueChangeEvent<?>>
-
Method Summary
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabled
Methods inherited from interface com.vaadin.flow.component.HasValue
addValueChangeListener, clear, getEmptyValue, getOptionalValue, getValue, isEmpty, setValue
Methods inherited from interface com.vaadin.flow.component.HasValueAndElement
isReadOnly, isRequiredIndicatorVisible, setReadOnly, setRequiredIndicatorVisible