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

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

public class SingleSelectionModelState
extends SharedState

SharedState object for SingleSelectionModel.

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

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

Field Detail

deselectAllowed

public boolean deselectAllowed
Constructor Detail

SingleSelectionModelState

public SingleSelectionModelState()


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