com.vaadin.client.connectors
Class NoSelectionModelConnector

java.lang.Object
  extended by com.vaadin.client.ui.AbstractConnector
      extended by com.vaadin.client.extensions.AbstractExtensionConnector
          extended by com.vaadin.client.connectors.AbstractSelectionModelConnector<SelectionModel<elemental.json.JsonObject>>
              extended by com.vaadin.client.connectors.NoSelectionModelConnector
All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler, StateChangeEvent.StateChangeHandler, ServerConnector, com.vaadin.shared.Connector, java.io.Serializable

public class NoSelectionModelConnector
extends AbstractSelectionModelConnector<SelectionModel<elemental.json.JsonObject>>

Connector for server-side Grid.NoSelectionModel.

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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.vaadin.client.connectors.AbstractSelectionModelConnector
AbstractSelectionModelConnector.AbstractSelectionModel
 
Constructor Summary
NoSelectionModelConnector()
           
 
Method Summary
protected  SelectionModel<elemental.json.JsonObject> createSelectionModel()
           
protected  void extend(ServerConnector target)
          Called when the extension is attached to its parent.
 
Methods inherited from class com.vaadin.client.connectors.AbstractSelectionModelConnector
getGrid, getParent, getRowHandle, getRowKey
 
Methods inherited from class com.vaadin.client.extensions.AbstractExtensionConnector
setParent
 
Methods inherited from class com.vaadin.client.ui.AbstractConnector
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getResourceUrl, getRpcImplementations, getRpcProxy, getState, getStateType, hasEventListener, init, isEnabled, onStateChanged, onUnregister, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, unregisterRpc, updateEnabledState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSelectionModelConnector

public NoSelectionModelConnector()
Method Detail

extend

protected void extend(ServerConnector target)
Description copied from class: AbstractExtensionConnector
Called when the extension is attached to its parent. This method is only called once as an extension cannot be moved from one parent to another.

Specified by:
extend in class AbstractExtensionConnector
Parameters:
target - The connector this extension extends

createSelectionModel

protected SelectionModel<elemental.json.JsonObject> createSelectionModel()
Specified by:
createSelectionModel in class AbstractSelectionModelConnector<SelectionModel<elemental.json.JsonObject>>


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