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

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

Introduction

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

Prototype

String TAG_TBODY

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

Click Source Link

Usage

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

License:Open Source License

@UiConstructor
public TableBody(String bodyId) {
    super(TableSectionElement.TAG_TBODY);
    this.bodyId = bodyId;
}