List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage
From source file com.sachvietonline.bookcat.admin.client.resource.CommonResources.java
public interface CommonResources extends ClientBundle { public static final CommonResources INSTANCE = GWT.create(CommonResources.class); @Source("style-common.css") public CssResource css();
From source file com.sagar.restgwt.client.resources.AppResources.java
/** * {@link ResourceLoader} injects the css on boostrapping from the {@Link ClientModule} and the resources exist in * src/main/resources/com.sagar.restgwt.client.resources . */ public interface AppResources extends ClientBundle { interface Normalize extends CssResource {
From source file com.sagar.restgwt.client.resources.DialogResources.java
public interface DialogResources extends ClientBundle { interface Style extends CssResource { String dialog(); } @Source({ "css/variables.gss", "css/dialog.gss" })
From source file com.sagar.restgwt.client.resources.TabsResources.java
public interface TabsResources extends ClientBundle { interface Style extends CssResource { String tab(); String inactive();
From source file com.scurab.gwt.anuitor.client.gwtbootstrap.client.ui.resources.prettify.PrettifyResources.java
/**
* Resources for prettify plugin.
*
* @since 2.0.4.0
*
* @author Carlos A Becker
From source file com.seanchenxi.gwt.fontawesome.client.resources.Resources.java
public interface Resources extends ClientBundle { interface Style extends CssResource { @ClassName("fa-transgender") String faTransgender();
From source file com.seanchenxi.gwt.serenity.client.resource.common.CommonResource.java
public interface CommonResource extends ClientBundle { public interface CommonCSS extends CssResource { final static String DEFAULT_CSS = "com/seanchenxi/gwt/serenity/client/resource/common/Common.css"; String unSelectable();
From source file com.seanchenxi.serenity.client.resource.common.CommonResource.java
public interface CommonResource extends ClientBundle { public interface CommonCSS extends CssResource { final static String DEFAULT_CSS = "com/seanchenxi/serenity/client/resource/common/Common.css"; String unSelectable();
From source file com.sencha.gxt.desktop.client.theme.base.shortcut.ShortcutTableFrameResources.java
public interface ShortcutTableFrameResources extends TableFrameResources, ClientBundle { /** * Provides unique scoping for shortcut styles. */ public interface ShortcutTableFrameStyle extends TableFrameStyle { }
From source file com.sencha.gxt.desktop.client.theme.base.startbutton.StartButtonTableFrameResources.java
public interface StartButtonTableFrameResources extends TableFrameResources, ClientBundle { /** * Provides unique scoping for start button styles. */ public interface StartButtonTableFrameStyle extends TableFrameStyle { }