com.vaadin.terminal.gwt.client.ui
Class JavaScriptComponentState

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.SharedState
      extended by com.vaadin.terminal.gwt.client.ComponentState
          extended by com.vaadin.terminal.gwt.client.ui.JavaScriptComponentState
All Implemented Interfaces:
JavaScriptConnectorHelper.JavaScriptConnectorState, Serializable

public class JavaScriptComponentState
extends ComponentState
implements JavaScriptConnectorHelper.JavaScriptConnectorState

See Also:
Serialized Form

Constructor Summary
JavaScriptComponentState()
           
 
Method Summary
 Set<String> getCallbackNames()
           
 Map<String,Set<String>> getRpcInterfaces()
           
 void setCallbackNames(Set<String> callbackNames)
           
 void setRpcInterfaces(Map<String,Set<String>> rpcInterfaces)
           
 
Methods inherited from class com.vaadin.terminal.gwt.client.ComponentState
addRegisteredEventListener, getCaption, getDebugId, getDescription, getErrorMessage, getHeight, getIcon, getRegisteredEventListeners, getStyles, getWidth, hasDescription, hasStyles, isImmediate, isReadOnly, isUndefinedHeight, isUndefinedWidth, isVisible, removeRegisteredEventListener, setCaption, setDebugId, setDescription, setErrorMessage, setHeight, setIcon, setImmediate, setReadOnly, setRegisteredEventListeners, setStyles, setVisible, setWidth
 
Methods inherited from class com.vaadin.terminal.gwt.client.communication.SharedState
isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptComponentState

public JavaScriptComponentState()
Method Detail

getCallbackNames

public Set<String> getCallbackNames()
Specified by:
getCallbackNames in interface JavaScriptConnectorHelper.JavaScriptConnectorState

setCallbackNames

public void setCallbackNames(Set<String> callbackNames)

getRpcInterfaces

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

setRpcInterfaces

public void setRpcInterfaces(Map<String,Set<String>> rpcInterfaces)


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