Package com.vaadin.shared.ui.grid
Class SingleSelectionModelState
-
- All Implemented Interfaces:
Serializable
public class SingleSelectionModelState extends AbstractSelectionModelState
Shared state for grid's single selection model.- Since:
- 8.0
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description boolean
deselectAllowed
-
Fields inherited from class com.vaadin.shared.ui.grid.AbstractSelectionModelState
selectionAllowed
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description SingleSelectionModelState()
-