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.website.assets.client.forkongithub.ForkOnGithubResource.java

public interface ForkOnGithubResource extends ClientBundle {
    public interface ForkOnGithub_style extends CssResource {
        String forkOnGithub();

        String img();
    }

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

public interface AnimationsResources extends ClientBundle {

    interface Style extends AnimationResources.Animation {
        String hexaMove();

        String line();

From source file com.arcbees.website.client.resources.ContactFormResources.java

public interface ContactFormResources extends ClientBundle {
    public interface Style extends AnimationResources.Animation {
        String contactForm();

        String formBtns();

From source file com.arcbees.website.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.website.client.resources.SliderResources.java

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

        String prev();

From source file com.bearsoft.gwt.ui.CommonResources.java

/**
 *
 * @author mg
 */
public interface CommonResources extends ClientBundle {

From source file com.bramosystems.oss.player.showcase.client.res.Bundle.java

/**
 *
 * @author Sikiru Braheem <sbraheem at bramosystems . com>
 */
public interface Bundle extends ClientBundle {

From source file com.chinarewards.gwt.license.client.core.ui.impl.MenuIconResources.java

public interface MenuIconResources extends ClientBundle {

    @Source("menu.png")
    ImageResource getDefaultMenuIcon();
}

From source file com.codenvy.cloudide.ext.minecraft.client.MineCraftResources.java

/**
 * @author Vladyslav Zhukovskyi
 */
public interface MineCraftResources extends ClientBundle {

    @Source("generic.svg")

From source file com.codenvy.ide.extension.maven.client.module.CreateMavenModuleResources.java

/**
 * @author Evgen Vidolob
 */
public interface CreateMavenModuleResources extends ClientBundle {

    @Source({ "com/codenvy/ide/api/ui/style.css", "com/codenvy/ide/ui/Styles.css" })