Package com.vaadin.shared.ui
Class AbstractSingleSelectState
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ComboBoxState
,GridState
,NativeSelectState
,RadioButtonGroupState
public class AbstractSingleSelectState extends AbstractListingState
Shared state forAbstractSingleSelect
.- Since:
- 8.0
- Author:
- Vaadin Ltd.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
selectedItemKey
The key of the currently selected item ornull
if no item is selected.-
Fields inherited from class com.vaadin.shared.AbstractFieldState
readOnly, required
-
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description AbstractSingleSelectState()
-
-
-
Field Detail
-
selectedItemKey
public String selectedItemKey
The key of the currently selected item ornull
if no item is selected.
-
-