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 TableCaptionElementTableCaptionElement. as(Element elem)Assert that the givenElementis compatible with this class and automatically typecast it.TableCaptionElementTableElement. createCaption()Create a new table caption object or return an existing one.TableCaptionElementDocument. createCaptionElement()Creates a <caption> element.TableCaptionElementTableElement. 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 voidTableElement. setCaption(TableCaptionElement caption)The table's CAPTION, or null if none exists.
-