Package com.vaadin.shared
Class JavaScriptExtensionState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.JavaScriptExtensionState
-
- All Implemented Interfaces:
JavaScriptConnectorState
,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
Constructors Constructor Description JavaScriptExtensionState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getCallbackNames()
Map<String,Set<String>>
getRpcInterfaces()
void
setCallbackNames(Set<String> callbackNames)
void
setRpcInterfaces(Map<String,Set<String>> rpcInterfaces)
-
-
-
Method Detail
-
getCallbackNames
public Set<String> getCallbackNames()
- Specified by:
getCallbackNames
in interfaceJavaScriptConnectorState
-
getRpcInterfaces
public Map<String,Set<String>> getRpcInterfaces()
- Specified by:
getRpcInterfaces
in interfaceJavaScriptConnectorState
-
-