com.vaadin.addon.touchkit.gwt.client.vcom.navigation
Class NavigationBarState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
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
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationBarState
public NavigationBarState()
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.