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

com.google.code.gwt.crop.client.ICropperStyleSource Maven / Gradle / Ivy

There is a newer version: 0.5.5
Show newest version
package com.google.code.gwt.crop.client;


/**
 * Interface is used to give changing styles for different device types.
 * It can be modified through deferring binding
 *  
 * @author [email protected] (Ilja Hämäläinen)
 *
 */
interface ICropperStyleSource {
	
	/**
	 * Initiates proper implementation of the current style bundle.
	 * Add the 
	 * @Source("yourStyleFileName.css")
	 * annotation to this method to provide your CSS style
	 * file path.
	 * 
	 * @return GWTCropperStyle instance of the bundle style
	 */
	CropperStyleResource css();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy