List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file com.arcbees.bourseje.client.resources.PageResultResources.java
public interface PageResultResources extends ClientBundle { interface Style extends AnimationResources.Animation { String avatar(); String text_intro();
From source file com.arcbees.bourseje.client.resources.PageThanksResources.java
public interface PageThanksResources extends ClientBundle { interface Style extends AnimationResources.Animation { String vote_icon(); String text_appear();
From source file com.arcbees.bourseje.client.resources.PageVoteFinishedResources.java
public interface PageVoteFinishedResources extends ClientBundle { interface Style extends AnimationResources.Animation { String vote_icon(); String vibration();
From source file com.arcbees.bourseje.client.resources.PageVoteResources.java
public interface PageVoteResources extends ClientBundle { interface Style extends AnimationResources.Animation { String vote_form(); String finalist_box();
From source file com.arcbees.chosen.client.resources.Resources.java
public interface Resources extends ClientBundle { @Source({ "com/arcbees/gsss/mixin/client/mixins.gss", "css/colors.gss", "icons/icons.gss", "css/chosen.gss", "css/mobile.gss" }) ChosenCss css(); @Source("icons/icons.eot")
From source file com.arcbees.chosen.sample.client.resources.AppResources.java
public interface AppResources extends ClientBundle { interface Normalize extends CssResource { } interface Style extends CssResource { // CHECKSTYLE_OFF
From source file com.arcbees.gsss.animation.client.AnimationResources.java
public interface AnimationResources extends ClientBundle { interface Animation extends CssResource { String animation(); String infinite();
From source file com.arcbees.gsss.grid.client.GridResources.java
public interface GridResources extends ClientBundle { interface Grid extends CssResource { String row(); String col();
From source file com.arcbees.snap.client.resources.AppResources.java
public interface AppResources extends ClientBundle { interface Normalize extends CssResource { } interface Style extends CssResource { }
From source file com.arcbees.snap.client.resources.HomeResources.java
public interface HomeResources extends ClientBundle { interface Style extends CssResource { String svg(); }