com.vaadin.shared
Class JavaScriptExtensionState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.JavaScriptExtensionState
All Implemented Interfaces:
JavaScriptConnectorState, java.io.Serializable

public class JavaScriptExtensionState
extends SharedState
implements JavaScriptConnectorState

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
JavaScriptExtensionState()
           
 
Method Summary
 java.util.Set<java.lang.String> getCallbackNames()
           
 java.util.Map<java.lang.String,java.util.Set<java.lang.String>> getRpcInterfaces()
           
 void setCallbackNames(java.util.Set<java.lang.String> callbackNames)
           
 void setRpcInterfaces(java.util.Map<java.lang.String,java.util.Set<java.lang.String>> rpcInterfaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptExtensionState

public JavaScriptExtensionState()
Method Detail

getCallbackNames

public java.util.Set<java.lang.String> getCallbackNames()
Specified by:
getCallbackNames in interface JavaScriptConnectorState

setCallbackNames

public void setCallbackNames(java.util.Set<java.lang.String> callbackNames)

getRpcInterfaces

public java.util.Map<java.lang.String,java.util.Set<java.lang.String>> getRpcInterfaces()
Specified by:
getRpcInterfaces in interface JavaScriptConnectorState

setRpcInterfaces

public void setRpcInterfaces(java.util.Map<java.lang.String,java.util.Set<java.lang.String>> rpcInterfaces)


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