class TreeGridViewRowRenderer
package feathers.controls.dataRenderers
extends LayoutGroup › FeathersControl › MeasureSprite › ValidatingSprite
implements IStateContext<ToggleButtonState>, IDataRenderer, IToggle, ITriggerView
Constructor
Variables
branch:Bool
Returns whether the item is a branch or a leaf.
This special property must be set by the TreeGridView, and it should
not be modified externally.
1.0.0
.cellRendererRecycler:DisplayObjectRecycler<Dynamic, TreeGridViewCellState, DisplayObject>
Manages cell renderers used by the column.
This special property must be set by the TreeGridView, and it should not
be modified externally.
1.0.0
.columns:IFlatCollection<TreeGridViewColumn>
The columns displayed in this row.
This special property must be set by the TreeGridView, 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
This special property must be set by the TreeGridView, 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 TreeGridView, 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 TreeGridView, 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 TreeGridView, and it should
not be modified externally.
1.2.0
.See also:
layoutIndex:Int
Returns the location of the item in the TreeGridView layout.
This special property must be set by the TreeGridView, and it should
not be modified externally.
1.0.0
.opened:Bool
Returns whether the branch is opened or closed.
This special property must be set by the TreeGridView, and it should
not be modified externally.
1.0.0
.rowLocation:Array<Int>
The vertical position of the row within the TreeGridView.
This special property must be set by the TreeGridView, and it should
not be modified externally.
1.0.0
.selected:Bool
Indicates if the row is selected or not.
This special property must be set by the TreeGridView, and it should
not be modified externally.
1.0.0
.treeGridView:TreeGridView
The TreeGridView component that contains this row.
This special property must be set by the TreeGridView, and it should
not be modified externally.
1.0.0
.Methods
columnToCellRenderer(column:TreeGridViewColumn):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: