Class WTableColumn

java.lang.Object
eu.webtoolkit.jwt.WObject
eu.webtoolkit.jwt.WTableColumn

public class WTableColumn extends WObject
A table column.

A WTableColumn is returned by WTable#getColumnAt() and managing various properties of a single column in a table (it is however not a widget).

A table column corresponds to the HTML <col> tag.

See Also: