| Package | Description | 
|---|---|
| com.google.gwt.dom.client | Classes for low-level DOM programming. | 
| com.google.gwt.user.cellview.client | The "cellview" widget set. | 
| Modifier and Type | Method and Description | 
|---|---|
| static TableColElement | TableColElement. as(Element elem)Assert that the given  Elementis compatible with this class and
 automatically typecast it. | 
| TableColElement | Document. createColElement()Creates a <col> element. | 
| TableColElement | Document. createColGroupElement()Creates a <colgroup> element. | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) TableColElement | CellTable. colgroup | 
| Modifier and Type | Method and Description | 
|---|---|
| TableColElement | DataGrid.TableWidget. ensureTableColElement(int index)Get the  TableColElementat the specified index, creating it if
 necessary. |