Package com.vaadin.shared.ui
Class JavaScriptComponentState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.JavaScriptComponentState
-
- All Implemented Interfaces:
JavaScriptConnectorState
,Serializable
public class JavaScriptComponentState extends AbstractComponentState implements JavaScriptConnectorState
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorLevel, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description JavaScriptComponentState()
-
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
-
-