Constructor

@:value({ text : null, selected : false, columnIndex : -1, rowIndex : -1, data : null })new(?data:Dynamic, rowIndex:Int = -1, columnIndex:Int = -1, selected:Bool = false, ?text:String)

Creates a new GridViewCellState object with the given arguments.

Available since

1.0.0

.

Variables

column:GridViewColumn

The column of the cell.

Available since

1.0.0

.

@:value(-1)columnIndex:Int = -1

The horizontal position of the cell within the GridView.

Available since

1.0.0

.

data:Dynamic

An row from the collection displayed by the GridView.

Available since

1.0.0

.

@:value(true)enabled:Bool = true

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 cell.

Available since

1.0.0

.

@:value(-1)rowIndex:Int = -1

The vertical position of the cell within the GridView.

Available since

1.0.0

.

@:value(false)selected:Bool = false

Returns whether the cell is selected or not.

Available since

1.0.0

.

See also:

text:String

Returns the text to display for the cell, as returned by the function GridViewColumn.itemToText.

Available since

1.0.0

.

See also: