class GridViewRowRenderer
package feathers.controls.dataRenderers
extends LayoutGroup › FeathersControl › MeasureSprite › ValidatingSprite
implements ILayoutIndexObject, IStateContext<ToggleButtonState>, IDataRenderer, IToggle, ITriggerView
Constructor
Variables
alternateBackgroundSkin:DisplayObject
The display object to use as the background skin when the alternate skin is enabled.
The following example passes a bitmap to use as an alternate background skin:
rowRenderer.alternateBackgroundSkin = new Bitmap(bitmapData);1.4.0
.cellRendererRecycler:DisplayObjectRecycler<Dynamic, GridViewCellState, DisplayObject>
Manages cell renderers used by the row.
This special property must be set by the GridView, and it should not
be modified externally.
1.0.0
.columns:IFlatCollection<GridViewColumn>
The columns displayed in this row.
This special property must be set by the GridView, and it should not
be modified externally.
1.0.0
.read onlycurrentState:ToggleButtonState
The current state of the row renderer.
When the value of the currentState property changes, the button will
dispatch an event of type FeathersEvent.STATE_CHANGE.
1.3.0
.See also:
customCellRendererVariant:String
Manages cell renderer variants for the column.
This special property must be set by the GridView, and it should not
be modified externally.
1.0.0
.See also:
customColumnWidths:Array<Float>
Manages custom column width values used by the row.
This special property must be set by the GridView, and it should not
be modified externally.
1.0.0
.data:Dynamic
The item from the data provider that is rendered by this row.
This special property must be set by the GridView, and it should not
be modified externally.
1.0.0
.forceCellStateUpdate:Bool
Manages cell state updates for the column.
This special property must be set by the GridView, and it should not
be modified externally.
1.2.0
.See also:
rowIndex:Int
Methods
cellRendererToColumn(cellRenderer:DisplayObject):GridViewColumn
Returns the column that is associated with the cell renderer, or null if the row does not currently contain the specified cell renderer.
1.4.0
.columnToCellRenderer(column:GridViewColumn):DisplayObject
Returns the current cell renderer used to render a specific column from
this row. May return null if a column doesn't currently have a cell
renderer.
1.0.0
.See also: