Uses of Class
com.google.gwt.dom.client.TableCaptionElement
-
Uses of TableCaptionElement in com.google.gwt.dom.client
Modifier and TypeMethodDescriptionstatic TableCaptionElement
Assert that the givenElement
is compatible with this class and automatically typecast it.final TableCaptionElement
TableElement.createCaption()
Create a new table caption object or return an existing one.final TableCaptionElement
Document.createCaptionElement()
Creates a <caption> element.final TableCaptionElement
TableElement.getCaption()
The table's CAPTION, or null if none exists.Modifier and TypeMethodDescriptionfinal void
TableElement.setCaption
(TableCaptionElement caption) The table's CAPTION, or null if none exists.