Constructor

@:value({ text : null, columnIndex : -1, column : null })new(?column:GridViewColumn, columnIndex:Int = -1, ?text:String)

Creates a new GridViewHeaderState object with the given arguments.

Available since

1.0.0

.

Variables

column:GridViewColumn

An item from the collection displayed by the GridView.

Available since

1.0.0

.

columnIndex:Int

The horizontal position of the header within the GridView.

Available since

1.0.0

.

enabled:Bool

Returns whether the item is enabled or not.

Available since

1.0.0

.

See also:

owner:GridView

Returns a reference to the GridView that contains this header.

Available since

1.0.0

.

text:String

Returns the text to display for the header, as returned by the function GridViewColumn.headerText.

Available since

1.0.0

.

See also: