Uses of Class
com.google.gwt.dom.client.TableCaptionElement
-
Packages that use TableCaptionElement Package Description 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 Modifier and Type Method Description static TableCaptionElement
TableCaptionElement. as(Element elem)
Assert that the givenElement
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 Modifier and Type Method Description void
TableElement. setCaption(TableCaptionElement caption)
The table's CAPTION, or null if none exists.
-