List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file com.ait.toolkit.mousetrap.client.resources.MouseTrapResources.java
public interface MouseTrapResources extends ClientBundle { @Source("mt.min.js") public TextResource jsMin(); @Source("mt.global.min.js")
From source file com.ait.toolkit.odometer.client.resources.OdometerResources.java
public interface OdometerResources extends ClientBundle { @Source("odometer.min-0.4.2.js") TextResource js(); }
From source file com.ait.toolkit.offline.client.resources.OfflineResources.java
public interface OfflineResources extends ClientBundle { @Source("offline.min-0.7.2.js") TextResource js(); @Source("offline.no.ui.js")
From source file com.ait.toolkit.sencha.ext.ux.activitymonitor.client.ActivitiyMonitorResources.java
public interface ActivitiyMonitorResources extends ClientBundle { @Source("code.js") TextResource js(); }
From source file com.ait.toolkit.soundmanager.client.SoundManagerResources.java
public interface SoundManagerResources extends ClientBundle { @Source("lib.js") TextResource js(); }
From source file com.akjava.gwt.threetest.client.resources.Bundles.java
public interface Bundles extends ClientBundle { public Bundles INSTANCE = GWT.create(Bundles.class); ImageResource rock_texture(); }
From source file com.alkacon.forms.client.css.I_LayoutBundle.java
/** * Bundle for CSS resources.<p> */ public interface I_LayoutBundle extends ClientBundle { /** The style CSS resource. */
From source file com.alkacon.geranium.client.ui.css.I_BackgroundImageBundle.java
/** * Resource bundle to access background image resources.<p> */ public interface I_BackgroundImageBundle extends ClientBundle { /** The bundle instance. */
From source file com.alkacon.geranium.client.ui.css.I_BigIconBundle.java
/** * Image bundle for big icons. */ public interface I_BigIconBundle extends ClientBundle { /**
From source file com.alkacon.geranium.client.ui.css.I_BorderImageBundle.java
/** * Resource bundle to access border image resources.<p> */ public interface I_BorderImageBundle extends ClientBundle { /** The bundle instance. */