com.vaadin.terminal.gwt.client.extensions.javascriptmanager
Class JavaScriptManagerState

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.SharedState
      extended by com.vaadin.terminal.gwt.client.extensions.javascriptmanager.JavaScriptManagerState
All Implemented Interfaces:
Serializable

public class JavaScriptManagerState
extends SharedState

See Also:
Serialized Form

Constructor Summary
JavaScriptManagerState()
           
 
Method Summary
 Set<String> getNames()
           
 void setNames(Set<String> names)
           
 
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

JavaScriptManagerState

public JavaScriptManagerState()
Method Detail

getNames

public Set<String> getNames()

setNames

public void setNames(Set<String> names)


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