com.vaadin.addon.touchkit.gwt.client.vcom.navigation
Class NavigationManagerSharedState

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

public class NavigationManagerSharedState
extends com.vaadin.shared.AbstractComponentState

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
NavigationManagerSharedState()
           
 
Method Summary
 com.vaadin.shared.Connector getCurrentComponent()
           
 com.vaadin.shared.Connector getNextComponent()
           
 com.vaadin.shared.Connector getPreviousComponent()
           
 void setCurrentComponent(com.vaadin.shared.Connector currentComponent)
           
 void setNextComponent(com.vaadin.shared.Connector nextComponent)
           
 void setPreviousComponent(com.vaadin.shared.Connector previousComponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationManagerSharedState

public NavigationManagerSharedState()
Method Detail

getPreviousComponent

public com.vaadin.shared.Connector getPreviousComponent()

setPreviousComponent

public void setPreviousComponent(com.vaadin.shared.Connector previousComponent)

getNextComponent

public com.vaadin.shared.Connector getNextComponent()

setNextComponent

public void setNextComponent(com.vaadin.shared.Connector nextComponent)

getCurrentComponent

public com.vaadin.shared.Connector getCurrentComponent()

setCurrentComponent

public void setCurrentComponent(com.vaadin.shared.Connector currentComponent)


Copyright © 2014 Vaadin Ltd. All rights reserved.