com.vaadin.shared.extension.javascriptmanager
Class JavaScriptManagerState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.extension.javascriptmanager.JavaScriptManagerState
All Implemented Interfaces:
java.io.Serializable

public class JavaScriptManagerState
extends SharedState

See Also:
Serialized Form

Field Summary
 java.util.Set<java.lang.String> names
           
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
JavaScriptManagerState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

names

public java.util.Set<java.lang.String> names
Constructor Detail

JavaScriptManagerState

public JavaScriptManagerState()


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