Example usage for com.google.gwt.dom.client TableSectionElement TAG_THEAD

List of usage examples for com.google.gwt.dom.client TableSectionElement TAG_THEAD

Introduction

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

Prototype

String TAG_THEAD

To view the source code for com.google.gwt.dom.client TableSectionElement TAG_THEAD.

Click Source Link

Usage

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

License:Open Source License

public TableHead() {
    super(TableSectionElement.TAG_THEAD);
    this.append(this.headerRow);
}