com.vaadin.addon.touchkit.gwt.client.vcom
Class FloatingIndexSharedState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.addon.touchkit.gwt.client.vcom.FloatingIndexSharedState
All Implemented Interfaces:
Serializable

public class FloatingIndexSharedState
extends com.vaadin.shared.communication.SharedState

See Also:
Serialized Form

Field Summary
 List<com.vaadin.shared.Connector> connectors
           
 List<String> keys
           
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
FloatingIndexSharedState()
           
 
Method Summary
 void map(String key, com.vaadin.shared.Connector component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keys

public List<String> keys

connectors

public List<com.vaadin.shared.Connector> connectors
Constructor Detail

FloatingIndexSharedState

public FloatingIndexSharedState()
Method Detail

map

public void map(String key,
                com.vaadin.shared.Connector component)


Copyright © 2014 Vaadin Ltd. All rights reserved.