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

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

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 - 2024 Weber Informatics LLC | Privacy Policy