Example usage for com.google.gwt.resources.client ClientBundle interface-usage

List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.resources.client ClientBundle interface-usage.

Usage

From source file com.arcbees.beestore.client.resources.ComponentsResources.java

public interface ComponentsResources extends ClientBundle {
    interface Style extends CssResource {

        String btn();

        String btn_outline();

From source file com.arcbees.beestore.client.resources.FontResources.java

public interface FontResources extends ClientBundle {
    String MIME_TYPE_TTF = "application/font-sfnt";
    String MIME_TYPE_EOT = "application/vnd.ms-fontobject";
    String MIME_TYPE_WOFF = "application/font-woff";
    String MIME_TYPE_SVG = "image/svg+xml";

From source file com.arcbees.beestore.client.resources.PageHomeResources.java

public interface PageHomeResources extends ClientBundle {
    interface Style extends CssResource {
        String itemForSale();

        String itemForSale_img();

From source file com.arcbees.beestore.client.resources.PageProductResources.java

public interface PageProductResources extends ClientBundle {
    interface Style extends CssResource {
        String product_info();

        String product_nav();

From source file com.arcbees.beestore.client.resources.SliderResources.java

public interface SliderResources extends ClientBundle {
    interface Style extends CssResource {
        String productIcon();

        String devProducts_list_chosen();

From source file com.arcbees.bourseje.client.resources.AnimationsResources.java

public interface AnimationsResources extends ClientBundle {
    interface Style extends AnimationResources.Animation {
    }

    @Source({ "com/arcbees/gsss/animation/client/animationsettings.gss",
            "com/arcbees/gsss/animation/client/animations.gss", "css/animations.gss" })

From source file com.arcbees.bourseje.client.resources.FontResources.java

public interface FontResources extends ClientBundle {
    String MIME_TYPE_TTF = "application/font-sfnt";
    String MIME_TYPE_EOT = "application/vnd.ms-fontobject";
    String MIME_TYPE_WOFF = "application/font-woff";
    String MIME_TYPE_SVG = "image/svg+xml";

From source file com.arcbees.bourseje.client.resources.ItemModalboxResources.java

public interface ItemModalboxResources extends ClientBundle {
    interface Style extends AnimationResources.Animation {
        String modalbox();

        String modalbox__text();

From source file com.arcbees.bourseje.client.resources.Page404Resources.java

public interface Page404Resources extends ClientBundle {
    interface Style extends AnimationResources.Animation {
        String error();

        String circle();
    }

From source file com.arcbees.bourseje.client.resources.PageAddEditResources.java

public interface PageAddEditResources extends ClientBundle {
    interface Style extends AnimationResources.Animation {

        String addedit();

        String addedit__label();