|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableCaptionElement | |
---|---|
com.google.gwt.dom.client | Classes for low-level DOM programming. |
Uses of TableCaptionElement in com.google.gwt.dom.client |
---|
Methods in com.google.gwt.dom.client that return TableCaptionElement | |
---|---|
static TableCaptionElement |
TableCaptionElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
TableCaptionElement |
TableElement.createCaption()
Create a new table caption object or return an existing one. |
TableCaptionElement |
Document.createCaptionElement()
Creates a <caption> element. |
TableCaptionElement |
TableElement.getCaption()
The table's CAPTION, or null if none exists. |
Methods in com.google.gwt.dom.client with parameters of type TableCaptionElement | |
---|---|
void |
TableElement.setCaption(TableCaptionElement caption)
The table's CAPTION, or null if none exists. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |