GWT 2.7.0

Uses of Class
com.google.gwt.dom.client.TableColElement

Packages that use TableColElement
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
static TableColElement TableColElement.as(Element elem)
          Assert that the given Element 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
(package private)  TableColElement CellTable.colgroup
           
 

Methods in com.google.gwt.user.cellview.client that return TableColElement
 TableColElement DataGrid.TableWidget.ensureTableColElement(int index)
          Get the TableColElement at the specified index, creating it if necessary.
 


GWT 2.7.0