| Package | com.flexicious.nestedtreedatagrid.interfaces | 
| Interface | public interface IFlexDataGridDataCell extends IFlexDataGridCell, flash.events.IEventDispatcher, mx.core.IUIComponent | 
| Implementors | FlexDataGridDataCell, FlexDataGridExpandCollapseCell | 
| Property | Defined By | ||
|---|---|---|---|
![]()  | automationName : String 
		 To provide a friendly name for automation.  | IFlexDataGridCell | |
![]()  | backgroundDirty : Boolean 
		 A number of operations can cause the cells text and background colors to change.  | IFlexDataGridCell | |
| colSpan : int 
		 The colSpan associated with this cell.  | IFlexDataGridDataCell | ||
![]()  | column : FlexDataGridColumn 
		 The FlexDataGridColumn associated with this cell.  | IFlexDataGridCell | |
![]()  | componentInfo : ComponentInfo 
		 The component info that holds this cell in the cells collection of the associated rowInfo object.  | IFlexDataGridCell | |
![]()  | currentBackgroundColors : * 
		 This property stores the temporary value of a cells background color when the user hovers over it.  | IFlexDataGridCell | |
![]()  | currentTextColors : * 
		 This property stores the temporary value of a cells text color when the user hovers over it.  | IFlexDataGridCell | |
![]()  | destroyed : Boolean 
		 Once a grid is rendered, each cell in the grid is shown in the UI.  | IFlexDataGridCell | |
![]()  | drawTopBorder : Boolean [read-only] 
		 Calculated property that controls whether or not to draw the top border.  | IFlexDataGridCell | |
![]()  | graphics : Graphics [read-only] 
		 The graphics object associated with the given sprite.  | IFlexDataGridCell | |
![]()  | horizontalGridLineColor : * [read-only] 
		 What color to use to draw the horizontal grid lines for this cell.  | IFlexDataGridCell | |
![]()  | horizontalGridLineThickness : * [read-only] 
		 What thickness to use to draw the horizontal grid lines for this cell.  | IFlexDataGridCell | |
![]()  | iExpandCollapseComponent : IExpandCollapseComponent [read-only] 
		 In 2.7, ability was added to have any cell be a expand collapse cell.  | IFlexDataGridCell | |
![]()  | isChromeCell : Boolean [read-only] 
		 The "Chrome" is defined as header,footer,pager,filter sections.  | IFlexDataGridCell | |
![]()  | isContentArea : Boolean [read-only] 
		 Returns true if we are a data cell or if we area a chrome cell
		 at a nest depth of greater than 1.  | IFlexDataGridCell | |
![]()  | isDataCell : Boolean [read-only] 
		 Returns true if the rowInfo object associated with this cell is of type RowPositionInfo.ROW_TYPE_DATA.  | IFlexDataGridCell | |
![]()  | isElastic : Boolean [read-only] 
		 Returns true if this cell is not right locked or not fixed width.  | IFlexDataGridCell | |
![]()  | isExpandCollapseCell : Boolean [read-only] 
		 Calcualted property that returns if this cell is a expand collapse cell.  | IFlexDataGridCell | |
![]()  | isLeftLocked : Boolean [read-only] 
		 Returns true if the column associated with this cell has columnLockMode="left"
		   | IFlexDataGridCell | |
![]()  | isLocked : Boolean [read-only] 
		 Returns true if the column associated with this cell has columnLockMode="left" or columnLockMode="right" 
		   | IFlexDataGridCell | |
![]()  | isNewlyCreated : Boolean [read-only] 
		 When a cell is created for the first time, this flag is set to true.  | IFlexDataGridCell | |
![]()  | isRightLocked : Boolean [read-only] 
		 Returns true if the column associated with this cell has columnLockMode="right" 
		   | IFlexDataGridCell | |
![]()  | level : FlexDataGridColumnLevel 
		 The FlexDataGridColumnLevel associated with this cell.  | IFlexDataGridCell | |
![]()  | nestDepth : Number [read-only] 
		 Returns the nestpDepth property of the associated level, if it is not null.  | IFlexDataGridCell | |
![]()  | perceivedX : Number [read-only] 
		 The X Position of this cell, as the user sees it.  | IFlexDataGridCell | |
![]()  | renderer : DisplayObject [read-only] 
		 The actual renderer component that displays the value of the cell.  | IFlexDataGridCell | |
![]()  | rendererFactory : IFactory 
		 The factory class used for initializing the cell.  | IFlexDataGridCell | |
![]()  | rowInfo : RowInfo 
		 The rowInfo object associated with this cell.  | IFlexDataGridCell | |
| rowSpan : int 
		 The rowSpan associated with this cell.  | IFlexDataGridDataCell | ||
![]()  | text : String 
		 This is the actual text to display in the cell.  | IFlexDataGridCell | |
![]()  | verticalGridLineColor : * [read-only] 
		 What color to use to draw the vertical grid lines for this cell.  | IFlexDataGridCell | |
![]()  | verticalGridLineThickness : * [read-only] 
		 What thickness to use to draw the horizontal grid lines for this cell.  | IFlexDataGridCell | |
![]()  | wordWrap : Boolean 
		 This flag is a used for enabling the wordWrap on the associated renderer.  | IFlexDataGridCell | |
| colSpan | property | 
colSpan:intThe colSpan associated with this cell. Defaults to 1. Will only be different when this cell is passed into the grid.colSpanFunction, and a different colSpan is returned. Although there is a setter for this property, this setter is for internal use only Setting this property will have no impact. It will be overwritten with the results of the colSpanFunction on the grid.
    public function get colSpan():int    public function set colSpan(value:int):void| rowSpan | property | 
rowSpan:intThe rowSpan associated with this cell. Defaults to 1. Will only be different when this cell is passed into the grid.rowSpanFunction, and a different rowSpan is returned. Although there is a setter for this property, this setter is for internal use only Setting this property will have no impact. It will be overwritten with the results of the rowSpanFunction on the grid.
    public function get rowSpan():int    public function set rowSpan(value:int):void