List of usage examples for com.google.gwt.dom.client TableSectionElement TAG_TBODY
String TAG_TBODY
To view the source code for com.google.gwt.dom.client TableSectionElement TAG_TBODY.
Click Source Link
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; }