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

com.sksamuel.jqm4gwt.TransitionIntf Maven / Gradle / Ivy

The newest version!
package com.sksamuel.jqm4gwt;

/**
 * Needed to simplify custom transitions support.
 * 
See * Creating custom CSS-based transitions */ public interface TransitionIntf> { /** Returns the string value that JQM expects */ String getJqmValue(); /** Converts from JQM string value to actual class value */ T parseJqmValue(String jqmValue); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy