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

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.NavigationBarState
All Implemented Interfaces:
Serializable

public class NavigationBarState
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
NavigationBarState()
           
 
Method Summary
 com.vaadin.shared.Connector getLeftComponent()
           
 com.vaadin.shared.Connector getRightComponent()
           
 void setLeftComponent(com.vaadin.shared.Connector leftComponent)
           
 void setRightComponent(com.vaadin.shared.Connector rightComponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationBarState

public NavigationBarState()
Method Detail

getLeftComponent

public com.vaadin.shared.Connector getLeftComponent()

setLeftComponent

public void setLeftComponent(com.vaadin.shared.Connector leftComponent)

getRightComponent

public com.vaadin.shared.Connector getRightComponent()

setRightComponent

public void setRightComponent(com.vaadin.shared.Connector rightComponent)


Copyright © 2014 Vaadin Ltd. All rights reserved.