Uses of Class
com.google.gwt.dom.client.TableColElement
-
Packages that use TableColElement Package Description com.google.gwt.dom.client Classes for low-level DOM programming.com.google.gwt.user.cellview.client The "cellview" widget set. -
-
Uses of TableColElement in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return TableColElement Modifier and Type Method Description static TableColElement
TableColElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.TableColElement
Document. createColElement()
Creates a <col> element.TableColElement
Document. createColGroupElement()
Creates a <colgroup> element. -
Uses of TableColElement in com.google.gwt.user.cellview.client
Fields in com.google.gwt.user.cellview.client declared as TableColElement Modifier and Type Field Description (package private) TableColElement
CellTable. colgroup
Methods in com.google.gwt.user.cellview.client that return TableColElement Modifier and Type Method Description TableColElement
DataGrid.TableWidget. ensureTableColElement(int index)
Get theTableColElement
at the specified index, creating it if necessary.
-