All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.gwt.client.mobile.Direction Maven / Gradle / Ivy

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; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy