List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file com.nubotech.client.resources.MobileResources.java
/** * A ResourceBundle that holds the references to the resources used by * GwtFeedReader. */ public interface MobileResources extends ClientBundle {
From source file com.objetdirect.gwt.gen.client.ui.resources.ImageResources.java
/** * Images bundle. * @author Raphael Brugier (raphael-dot-brugier.at.gmail'dot'com) */ public interface ImageResources extends ClientBundle {
From source file com.objetdirect.gwt.umlapi.client.resources.Resources.java
/** * Interface for all the resources in the gwt uml api. * * @author Raphael Brugier (raphael-dot-brugier.at.gmail'dot'com) */ public interface Resources extends ClientBundle {
From source file com.openkm.extension.frontend.client.util.OKMBundleResources.java
/**
* OKMBundleResources
*
* @author jllort
*
*/
From source file com.openkm.extension.frontend.client.util.OKMExtensionBundleExampleResources.java
/**
* OKMExtensionBundleExampleResources
*
* @author jllort
*
*/
From source file com.openkm.frontend.client.util.OKMBundleResources.java
/**
* OKMBundleResources
*
* @author jllort
*
*/
From source file com.palantir.gerrit.gerritci.ui.client.Resources.java
public interface Resources extends ClientBundle { @Source("info.png") public ImageResource info(); @Source("cronDescription.html")
From source file com.philbeaudoin.quebec.client.resources.Resources.java
/** * @author Philippe Beaudoin <philippe.beaudoin@gmail.com> */ public interface Resources extends ClientBundle { @Source("board.jpg")
From source file com.pronoiahealth.olhie.resources.OlhieResources.java
/**
* OlhieResources.java<br/>
* Responsibilities:<br/>
* 1. Defines all resources (css, js) used in application<br/>
*
* @author John DeStefano
From source file com.puzzlebazar.client.resources.Resources.java
/** * @author Philippe Beaudoin */ public interface Resources extends ClientBundle { @Source("logo.png")