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.bourseje.client.resources.PageAlreadyVotedResources.java

public interface PageAlreadyVotedResources extends ClientBundle {
    interface Style extends CssResource {
        String ninja();
    }

    @Source({ "css/pages/alreadyvoted.gss" })

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

public interface PageCandidatesResources extends ClientBundle {
    interface Style extends AnimationResources.Animation {
        String avatar();

        String box_candidates();

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

public interface PageConfirmVoteResources extends ClientBundle {
    interface Style extends CssResource {
        String choice_box();

        String choice_avatar();

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

public interface PageEndOfVoteResources extends ClientBundle {
    interface Style extends AnimationResources.Animation {
        String vibration();

        String shake();

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

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

        String home_main_content();
    }

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

public interface PageHowToVoteResources extends ClientBundle {
    interface Style extends AnimationResources.Animation {
        String step1();

        String step2();

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

public interface PageIdentificationResources extends ClientBundle {
    interface Style extends CssResource {
        String input_error();

        String error_message();

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

public interface PageInactiveVoteResources extends ClientBundle {
    interface Style extends CssResource {
        String vote();
    }

    @Source({ "css/pages/inactivevote.gss" })

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

public interface PageNoVoteResources extends ClientBundle {
    interface Style extends AnimationResources.Animation {
        String batman();

        String eye();
    }

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

public interface PageNumberOfVoteResources extends ClientBundle {
    interface Style extends AnimationResources.Animation {
        String avatar();

        String box_candidates();