Uses of Class
com.vaadin.addon.touchkit.ui.NavigationManager.NavigationEvent.Direction

Packages that use NavigationManager.NavigationEvent.Direction
com.vaadin.addon.touchkit.ui Contains all the components and layouts provided by TouchKit. 
 

Uses of NavigationManager.NavigationEvent.Direction in com.vaadin.addon.touchkit.ui
 

Methods in com.vaadin.addon.touchkit.ui that return NavigationManager.NavigationEvent.Direction
 NavigationManager.NavigationEvent.Direction NavigationManager.NavigationEvent.getDirection()
           
static NavigationManager.NavigationEvent.Direction NavigationManager.NavigationEvent.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NavigationManager.NavigationEvent.Direction[] NavigationManager.NavigationEvent.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.vaadin.addon.touchkit.ui with parameters of type NavigationManager.NavigationEvent.Direction
NavigationManager.NavigationEvent(com.vaadin.ui.Component source, NavigationManager.NavigationEvent.Direction direction)
          Constructs a NavigationEvent with the given source and direction of navigation.
 



Copyright © 2014 Vaadin Ltd. All rights reserved.