Example usage for com.google.gwt.dom.client Style.HasCssName interface-usage

List of usage examples for com.google.gwt.dom.client Style.HasCssName interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.dom.client Style.HasCssName interface-usage.

Usage

From source file com.workingflow.gwt.client.ui.Card.java

/**
 * Documentacin de {@link Card}.
 *
 * @author Cristian Rinaldi <crinaldi@santafe.gov.ar>
 *
 * Sectorial de Informtica de Catastro

From source file gwt.material.design.client.constants.CssType.java

/**
 * Marker interface for enums that represent types.
 */
public interface CssType extends Type, Style.HasCssName {

    CssType EMPTY_CSS_TYPE = new CssType() {

From source file gwt.material.design.components.client.constants.CssType.java

/**
 * Marker interface for enums that represent types.
 * 
 * @author Richeli Vargas
 */
public interface CssType extends Type, Style.HasCssName {