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

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

Introduction

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

Usage

From source file $.CssCommon.java

    /**
     * Class description:
     * @author Claudio Junior
     */
    public interface CssCommon extends CssResource {
    }

From source file cc.kune.common.client.resources.CommonIconCssResource.java

/**
 * The Interface CommonIconCssResource.
 *
 * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado)
 */
public interface CommonIconCssResource extends CssResource {

From source file cc.kune.core.client.resources.icons.IconCssResource.java

/**
 * The Interface IconCssResource.
 * 
 * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado)
 */
public interface IconCssResource extends CssResource {

From source file ch.unifr.pai.twice.layout.client.eclipseLayout.MiceLayoutStyle.java

/**
 * The CSS resource bundle for the mice layout stylesheet
 * 
 * @author Oliver Schmid
 * 
 */

From source file ch.unifr.pai.twice.layout.client.mobile.MobileLayoutStyle.java

/**
 * The style resource for the mobile layout
 * 
 * @author Oliver Schmid
 * 
 */

From source file cl.uai.client.resources.EmarkingCss.java

/**
 * @author Jorge Villaln
 *
 */
public interface EmarkingCss extends CssResource {
    String absolutepage();

From source file com.ait.lienzo.ks.client.style.KSLienzoCSS.java

public interface KSLienzoCSS extends CssResource {
    @ClassName("HeaderPanel")
    String HeaderPanel();

    @ClassName("HeaderPanelTitle")
    String HeaderPanelTitle();

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

/**
 * CSS resource for the CmsFloatDecoratedPanel class.<p>
 */
@Shared
public interface I_FloatDecoratedPanelCss extends CssResource {

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

/**
 * Css resource.<p>
 */
public interface I_InputCss extends CssResource {

    /** 

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

/**
 * Property editor CSS.<p>
 */
public interface I_PropertiesCss extends CssResource {

    /** Access method.<p>