de.swm.gwt.client.mobile.Direction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
The newest version!
package de.swm.gwt.client.mobile;
/**
* Definiert die Richtung des Ueberganges (Transition).
*
* @author wiese.daniel
* copyright (C) 2011, SWM Services GmbH
*
*/
public enum Direction {
/**
* Slided nach links (back).
*/
LEFT,
/**
* Slided nach rechts (vorwaerts Navigation).
*/
RIGHT;
}