public class JavaScriptExtensionState extends SharedState implements JavaScriptConnectorState
enabled, registeredEventListeners, resources
Constructor and Description |
---|
JavaScriptExtensionState() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getCallbackNames() |
Map<String,Set<String>> |
getRpcInterfaces() |
void |
setCallbackNames(Set<String> callbackNames) |
void |
setRpcInterfaces(Map<String,Set<String>> rpcInterfaces) |
public Set<String> getCallbackNames()
getCallbackNames
in interface JavaScriptConnectorState
public Map<String,Set<String>> getRpcInterfaces()
getRpcInterfaces
in interface JavaScriptConnectorState
Copyright © 2019 Vaadin Ltd. All rights reserved.