com.vaadin.addon.touchkit.ui
Class NavigationManager.NavigationEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
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
Methods inherited from class com.vaadin.ui.Component.Event |
getComponent |
Methods inherited from class com.vaadin.event.ConnectorEvent |
getConnector |
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 sourcedirection
- the direction of navigation
getDirection
public NavigationManager.NavigationEvent.Direction getDirection()
- Returns:
- the direction of navigation
Copyright © 2014 Vaadin Ltd. All rights reserved.