Search
GridColumn Members
Constructors Methods
 


Represents a column in a GridPanel.

The following tables list the members exposed by the GridColumn type.

 Public Constructors

  Name Description

GridColumn

 

 Public Methods

  Name Description

getLengthType

Gets the column's sizing mode.

getWidth

Gets fixed width for this column.

measuredSize

Returns the column's measured width.

relativeSize

Gets whether the column should be sized relatively to other columns in the grid panel.

setLengthType

Sets the column's sizing mode.

setPos

Sets the column's position.

setWidth

Sets fixed width for this column.

 See Also