com.vaadin.addon.touchkit.ui
Class NavigationManager.NavigationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.event.ConnectorEvent
          extended by com.vaadin.ui.Component.Event
              extended by com.vaadin.addon.touchkit.ui.NavigationManager.NavigationEvent
All Implemented Interfaces:
Serializable
Enclosing class:
NavigationManager

public static class NavigationManager.NavigationEvent
extends com.vaadin.ui.Component.Event

A NavigationEvent is triggered when the user navigates forward or backward in the NavigationManager.

See Also:
Serialized Form

Nested Class Summary
static class NavigationManager.NavigationEvent.Direction
           
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NavigationManager.NavigationEvent(com.vaadin.ui.Component source, NavigationManager.NavigationEvent.Direction direction)
          Constructs a NavigationEvent with the given source and direction of navigation.
 
Method Summary
 NavigationManager.NavigationEvent.Direction getDirection()
           
 
Methods inherited from class com.vaadin.ui.Component.Event
getComponent
 
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NavigationManager.NavigationEvent

public NavigationManager.NavigationEvent(com.vaadin.ui.Component source,
                                         NavigationManager.NavigationEvent.Direction direction)
Constructs a NavigationEvent with the given source and direction of navigation.

Parameters:
source - the source
direction - the direction of navigation
Method Detail

getDirection

public NavigationManager.NavigationEvent.Direction getDirection()
Returns:
the direction of navigation


Copyright © 2014 Vaadin Ltd. All rights reserved.