List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file com.edgenius.wiki.gwt.client.widgets.ResultImageBundle.java
/** * @author Dapeng.Ni */ public interface ResultImageBundle extends ClientBundle { public class I { private static ResultImageBundle iconBundle;
From source file com.edgenius.wiki.gwt.client.widgets.ThirdIconBundle.java
/** * @author Dapeng.Ni */ public interface ThirdIconBundle extends ClientBundle { public class I { private static ThirdIconBundle iconBundle;
From source file com.eduworks.russel.ui.client.epss.SCORMTemplates.java
/**
* SCORMTemplates
* Extends ClientBundle
* Defines globals, methods for asset extraction
*
* @author Eduworks Corporation
From source file com.eduworks.russel.ui.client.pagebuilder.EpssTemplates.java
/**
* EpssTemplates class
* Extends ClientBundle
* Defines methods for retrieving EPSS template structures.
*
* @author Eduworks Corporation
From source file com.emitrom.easygwt.wf.client.resources.CSS.java
/**
*
* CSS Bundle used by EasyGWT
*
* @author Alfredo Quiroga-Villamil
*
From source file com.emitrom.easygwt.wf.client.resources.Icons.java
/**
* Icons Bundle used by EasyGWT
*
* @author Alfredo Quiroga-Villamil
*
*/
From source file com.emitrom.easygwt.wf.client.resources.Images.java
/**
* Images used by EasyGWT
*
* @author Alfredo Quiroga-Villamil
*
*/
From source file com.eucalyptus.webui.client.view.GlobalResources.java
public interface GlobalResources extends ClientBundle { public interface EucaButtonStyle extends CssResource { String button(); String icon();
From source file com.example.analyzer.client.icons.Icons.java
public interface Icons extends ClientBundle { @Source("application_get.png") ImageResource getApplicationGet(); @Source("application_go.png")
From source file com.example.querybuilder.client.icons.Icons.java
public interface Icons extends ClientBundle { @Source("anchor.png") ImageResource getAnchor(); @Source("application.png") ImageResource getApplication();