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

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

public class NavigationButtonSharedState
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
NavigationButtonSharedState()
           
 
Method Summary
 com.vaadin.shared.Connector getTargetView()
           
 String getTargetViewCaption()
           
 void setTargetView(com.vaadin.shared.Connector targetView)
           
 void setTargetViewCaption(String targetViewCaption)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationButtonSharedState

public NavigationButtonSharedState()
Method Detail

getTargetViewCaption

public String getTargetViewCaption()

setTargetViewCaption

public void setTargetViewCaption(String targetViewCaption)

getTargetView

public com.vaadin.shared.Connector getTargetView()

setTargetView

public void setTargetView(com.vaadin.shared.Connector targetView)


Copyright © 2014 Vaadin Ltd. All rights reserved.