public class

TableColElement

extends Element
java.lang.Object
   ↳ com.google.gwt.core.client.JavaScriptObject
     ↳ com.google.gwt.dom.client.Node
       ↳ com.google.gwt.dom.client.Element
         ↳ com.google.gwt.dom.client.TableColElement

Class Overview

Regroups the COL and COLGROUP elements.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
TableColElement()
Public Methods
static TableColElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
final String getAlign()
Horizontal alignment of cell data in column.
final String getCh()
Alignment character for cells in a column.
final String getChOff()
Offset of alignment character.
final int getSpan()
Indicates the number of columns in a group or affected by a grouping.
final String getVAlign()
Vertical alignment of cell data in column.
final String getWidth()
Default column width.
final void setAlign(String align)
Horizontal alignment of cell data in column.
final void setCh(String ch)
Alignment character for cells in a column.
final void setChOff(String chOff)
Offset of alignment character.
final void setSpan(int span)
Indicates the number of columns in a group or affected by a grouping.
final void setVAlign(String vAlign)
Vertical alignment of cell data in column.
final void setWidth(String width)
Default column width.
[Expand]
Inherited Methods
From class com.google.gwt.dom.client.Element
From class com.google.gwt.dom.client.Node
From class com.google.gwt.core.client.JavaScriptObject
From class java.lang.Object

Protected Constructors

protected TableColElement ()

Public Methods

public static TableColElement as (Element elem)

Assert that the given Element is compatible with this class and automatically typecast it.

public final String getAlign ()

Horizontal alignment of cell data in column.

public final String getCh ()

Alignment character for cells in a column.

public final String getChOff ()

Offset of alignment character.

public final int getSpan ()

Indicates the number of columns in a group or affected by a grouping.

public final String getVAlign ()

Vertical alignment of cell data in column.

public final String getWidth ()

Default column width.

public final void setAlign (String align)

Horizontal alignment of cell data in column.

public final void setCh (String ch)

Alignment character for cells in a column.

public final void setChOff (String chOff)

Offset of alignment character.

public final void setSpan (int span)

Indicates the number of columns in a group or affected by a grouping.

public final void setVAlign (String vAlign)

Vertical alignment of cell data in column.

public final void setWidth (String width)

Default column width.