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.alkacon.geranium.client.ui.css.I_ConstantsBundle.java

/**
 * Resource bundle to access CSS constants.
 */
public interface I_ConstantsBundle extends ClientBundle {

    /** Constants CSS. */

From source file com.alkacon.geranium.client.ui.css.I_IconBundle.java

/**
 * Image bundle for smaller icons.<p>
 */
public interface I_IconBundle extends ClientBundle {

    /** Instance of this image bundle. */

From source file com.alkacon.geranium.client.ui.css.I_ImageBundle.java

/**
 * Resource bundle to access CSS and image resources.
 */
public interface I_ImageBundle extends ClientBundle {

    /** The context menu item CSS classes. */

From source file com.alkacon.geranium.client.ui.css.I_InputImageBundle.java

/**
 * Image bundle for this package.<p>
 */
public interface I_InputImageBundle extends ClientBundle {

    /** 

From source file com.alkacon.geranium.client.ui.css.I_InputLayoutBundle.java

/**
 * Layout bundle.<p>
 */
public interface I_InputLayoutBundle extends ClientBundle {

    /** The bundle instance. */

From source file com.alkacon.geranium.client.ui.css.I_LayoutBundle.java

/**
 * Resource bundle to access CSS and image resources.
 */
public interface I_LayoutBundle extends ClientBundle {

    /** The context menu CSS classes. */

From source file com.alkacon.opencms.v8.dialogs.client.ui.css.I_CmsLayoutBundle.java

/**
 * Resource bundle to access CSS and image resources.
 * 
 * @since 8.0.0
 */
public interface I_CmsLayoutBundle extends ClientBundle {

From source file com.allen_sauer.gwt.dnd.client.util.DragClientBundle.java

public interface DragClientBundle extends ClientBundle {

    interface DragCssResource extends CssResource {

        @ClassName("dragdrop-boundary")
        public String boundary();

From source file com.allen_sauer.gwt.log.client.impl.LogClientBundle.java

public interface LogClientBundle extends ClientBundle {

    interface LogCssResource extends CssResource {

        @ClassName("log-clear-about")
        public String logClearAbout();

From source file com.appkit.interactions.client.dnd.util.DragClientBundle.java

public interface DragClientBundle extends ClientBundle {

    interface DragCssResource extends CssResource {

        @ClassName("dragdrop-boundary")
        public String boundary();