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 TableCaptionElementAssert that the givenElementis compatible with this class and automatically typecast it.final TableCaptionElementTableElement.createCaption()Create a new table caption object or return an existing one.final TableCaptionElementDocument.createCaptionElement()Creates a <caption> element.final TableCaptionElementTableElement.getCaption()The table's CAPTION, or null if none exists.Methods in com.google.gwt.dom.client with parameters of type TableCaptionElementModifier and TypeMethodDescriptionfinal voidTableElement.setCaption(TableCaptionElement caption) The table's CAPTION, or null if none exists.