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

java.lang.Object
  extended by com.vaadin.client.ui.AbstractConnector
      extended by com.vaadin.client.ui.AbstractComponentConnector
          extended by com.vaadin.client.ui.AbstractHasComponentsConnector
              extended by com.vaadin.client.ui.AbstractComponentContainerConnector
                  extended by com.vaadin.addon.touchkit.gwt.client.vcom.navigation.NavigationViewConnector
All Implemented Interfaces:
com.google.gwt.event.dom.client.ScrollHandler, com.google.gwt.event.shared.EventHandler, com.vaadin.client.communication.StateChangeEvent.StateChangeHandler, com.vaadin.client.ComponentConnector, com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler, com.vaadin.client.HasComponentsConnector, com.vaadin.client.ServerConnector, com.vaadin.shared.Connector, Serializable

public class NavigationViewConnector
extends com.vaadin.client.ui.AbstractComponentContainerConnector
implements com.google.gwt.event.dom.client.ScrollHandler

See Also:
Serialized Form

Constructor Summary
NavigationViewConnector()
           
 
Method Summary
protected  com.google.gwt.user.client.ui.Widget createWidget()
           
 NavigationViewState getState()
           
 VNavigationView getWidget()
           
protected  void init()
           
 void onConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent event)
           
 void onScroll(com.google.gwt.event.dom.client.ScrollEvent event)
           
 void onStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent)
           
 void onUnregister()
           
 void updateCaption(com.vaadin.client.ComponentConnector connector)
           
 
Methods inherited from class com.vaadin.client.ui.AbstractHasComponentsConnector
addConnectorHierarchyChangeHandler, getChildComponents, setChildComponents
 
Methods inherited from class com.vaadin.client.ui.AbstractComponentConnector
delegateCaptionHandling, flush, getIcon, getIconUri, getLayoutManager, getTooltipInfo, hasTooltip, isReadOnly, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, updateComponentSize, updateComponentSize, updateEnabledState, updateWidgetSize, updateWidgetStyleNames
 
Methods inherited from class com.vaadin.client.ui.AbstractConnector
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, hasEventListener, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, unregisterRpc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.vaadin.client.ServerConnector
addStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, hasEventListener, isEnabled, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, updateEnabledState
 
Methods inherited from interface com.vaadin.shared.Connector
getConnectorId
 

Constructor Detail

NavigationViewConnector

public NavigationViewConnector()
Method Detail

createWidget

protected com.google.gwt.user.client.ui.Widget createWidget()
Overrides:
createWidget in class com.vaadin.client.ui.AbstractComponentConnector

getWidget

public VNavigationView getWidget()
Specified by:
getWidget in interface com.vaadin.client.ComponentConnector
Overrides:
getWidget in class com.vaadin.client.ui.AbstractComponentConnector

getState

public NavigationViewState getState()
Specified by:
getState in interface com.vaadin.client.ComponentConnector
Specified by:
getState in interface com.vaadin.client.ServerConnector
Overrides:
getState in class com.vaadin.client.ui.AbstractComponentConnector

updateCaption

public void updateCaption(com.vaadin.client.ComponentConnector connector)
Specified by:
updateCaption in interface com.vaadin.client.HasComponentsConnector

onConnectorHierarchyChange

public void onConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent event)
Specified by:
onConnectorHierarchyChange in interface com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler

init

protected void init()
Overrides:
init in class com.vaadin.client.ui.AbstractConnector

onUnregister

public void onUnregister()
Specified by:
onUnregister in interface com.vaadin.client.ServerConnector
Overrides:
onUnregister in class com.vaadin.client.ui.AbstractComponentConnector

onScroll

public void onScroll(com.google.gwt.event.dom.client.ScrollEvent event)
Specified by:
onScroll in interface com.google.gwt.event.dom.client.ScrollHandler

onStateChanged

public void onStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent)
Specified by:
onStateChanged in interface com.vaadin.client.communication.StateChangeEvent.StateChangeHandler
Overrides:
onStateChanged in class com.vaadin.client.ui.AbstractComponentConnector


Copyright © 2014 Vaadin Ltd. All rights reserved.