com.sksamuel.jqm4gwt.ImageResources Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jqm4gwt Show documentation
Show all versions of jqm4gwt Show documentation
GWT Wrapper for the JQuery Mobile Framework
package com.sksamuel.jqm4gwt;
import com.google.gwt.core.client.GWT;
import com.google.gwt.resources.client.ClientBundle;
import com.google.gwt.resources.client.ImageResource;
/**
* @author Stephen K Samuel [email protected] 17 Jul 2011 17:20:38
*
*/
public interface ImageResources extends ClientBundle {
public static ImageResources INSTANCE = GWT.create(ImageResources.class);
@Source("ajax-loader.gif")
ImageResource ajaxLoader();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy