Uses of Class
com.google.gwt.dom.client.TableCaptionElement
Packages that use TableCaptionElement
-
Uses of TableCaptionElement in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return TableCaptionElementModifier 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.Methods in com.google.gwt.dom.client with parameters of type TableCaptionElementModifier and TypeMethodDescriptionfinal void
TableElement.setCaption
(TableCaptionElement caption) The table's CAPTION, or null if none exists.