List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file com.tdm.client.resources.AppResources.java
public interface AppResources extends ClientBundle { @Source({ "css/list.css" }) ListCss getListCss(); @Source({ "css/add_comment_box.css" })
From source file com.test.marvin.client.resources.AppResources.java
public interface AppResources extends ClientBundle { interface Normalize extends CssResource { } interface Style extends CssResource { }
From source file com.threerings.gwt.ui.UIResources.java
/** * Contains resources used by the UI code. */ public interface UIResources extends ClientBundle { @Source("blank.png") ImageResource blank();
From source file com.toedter.gwt.demo.contacts.client.ui.Resources.java
public interface Resources extends ClientBundle { @Source("images/document-save-3.png") ImageResource save(); @Source("images/user-new-3.png") ImageResource addContact();
From source file com.train.client.images.ExampleImages.java
public interface ExampleImages extends ClientBundle { public ExampleImages INSTANCE = GWT.create(ExampleImages.class); @Source("application.png") ImageResource application();
From source file com.urlisit.siteswrapper.cloud.client.Resources.java
/**
*
* @author Todd Url <toddurl @ yahoo.com>
* @version 1.0
* @since 10-31-2011
*/
From source file com.vaadin.addon.charts.client.HighchartResources.java
/**
* Client bundle that contains the JavaScripts, etc required for Vaadin Charts.
* <p>
* Actual injection of these scripts is done by {@link HighchartsScriptLoader},
* but to e.g. change script versions you can just replace this bundle with GWT
* deferred binding.
From source file com.vaadin.client.debug.internal.theme.DebugWindowStyles.java
public interface DebugWindowStyles extends ClientBundle { @Source({ "debugwindow.css" }) @NotStrict public CssResource css();
From source file com.vo.search.admin.client.AdminResources.java
/** * The images and styles used throughout the app. */ public interface AdminResources extends ClientBundle { ImageResource catI18N();
From source file com.watopi.chosen.client.resources.Resources.java
public interface Resources extends ClientBundle { @Source("chozen.css") ChozenCss css(); @Source("chosen-sprite.png")