com.vaadin.shared.ui.grid.selection
Class MultiSelectionModelState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.ui.grid.selection.MultiSelectionModelState
All Implemented Interfaces:
java.io.Serializable

public class MultiSelectionModelState
extends SharedState

SharedState object for MultiSelectionModel.

Since:
7.6
Author:
Vaadin Ltd
See Also:
Serialized Form

Field Summary
 boolean allSelected
           
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
MultiSelectionModelState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allSelected

public boolean allSelected
Constructor Detail

MultiSelectionModelState

public MultiSelectionModelState()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.