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,T>,T>, HasValueAndElement<AbstractField.ComponentValueChangeEvent<C,T>,T>, Serializable

All Known Implementing Classes:

ListBox, RadioButtonGroup, Select

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