Example usage for com.google.gwt.dom.client LegendElement TAG

List of usage examples for com.google.gwt.dom.client LegendElement TAG

Introduction

In this page you can find the example usage for com.google.gwt.dom.client LegendElement TAG.

Prototype

String TAG

To view the source code for com.google.gwt.dom.client LegendElement TAG.

Click Source Link

Usage

From source file:fr.putnami.pwt.core.widget.client.Legend.java

License:Open Source License

public Legend(String html) {
    super(LegendElement.TAG, html);
}