Package com.vaadin.shared.ui.grid
Class MultiSelectionModelState
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TreeMultiSelectionModelState
public class MultiSelectionModelState extends AbstractSelectionModelState
SharedState object for MultiSelectionModelImpl.- Since:
- 8.0
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description boolean
allSelected
Select All -checkbox status.boolean
selectAllCheckBoxVisible
Is the select all checkbox visible.-
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 MultiSelectionModelState()
-