| Package | com.flexicious.nestedtreedatagrid.cells | 
| Class | public class FlexDataGridColumnGroupCell | 
| Inheritance | FlexDataGridColumnGroupCell    FlexDataGridCell   mx.core.UIComponent | 
| Property | Defined By | ||
|---|---|---|---|
![]()  | backgroundColorString : String [read-only] 
		 If column is a checkbox column, returns the current state of the checkbox renderer 
		   | FlexDataGridCell | |
![]()  | backgroundDirty : Boolean 
		 A number of operations can cause the cells text and background colors to change.  | FlexDataGridCell | |
![]()  | checkBoxState : String [read-only] 
		 If column is a checkbox column, returns the current state of the checkbox renderer 
		   | FlexDataGridCell | |
![]()  | colIcon : Image 
		 When column.enableIcon=true, this is the icon that will be associated with the cell.  | FlexDataGridCell | |
| column : FlexDataGridColumn [override] 
		 If there is a columnGroup associated, returns its startColumn property.  | FlexDataGridColumnGroupCell | ||
| columnGroup : FlexDataGridColumnGroup 
		 The column group associated with this cell.  | FlexDataGridColumnGroupCell | ||
![]()  | componentInfo : ComponentInfo 
		 The component info that holds this cell in the cells collection of the associated rowInfo object.  | FlexDataGridCell | |
![]()  | currentBackgroundColors : * | FlexDataGridCell | |
![]()  | currentTextColors : * | FlexDataGridCell | |
![]()  | destroyed : Boolean 
		 Once a grid is rendered, each cell in the grid is shown in the UI.  | FlexDataGridCell | |
| drawTopBorder : Boolean [override] [read-only] 
		 
		   | FlexDataGridColumnGroupCell | ||
![]()  | expandCollapseIcon : ExpandCollapseIcon 
		 In 2.7, ability was added to have any cell be a expand collapse cell.  | FlexDataGridCell | |
![]()  | horizontalGridLineColor : * [read-only]   | FlexDataGridCell | |
![]()  | horizontalGridLineThickness : * [read-only]   | FlexDataGridCell | |
![]()  | iExpandCollapseComponent : IExpandCollapseComponent [read-only] 
		 In 2.7, ability was added to have any cell be a expand collapse cell.  | FlexDataGridCell | |
![]()  | isChromeCell : Boolean [read-only] 
		 The "Chrome" is defined as header,footer,pager,filter sections.  | FlexDataGridCell | |
![]()  | 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.  | FlexDataGridCell | |
![]()  | isDataCell : Boolean [read-only] 
		 Returns true if the rowInfo object associated with this cell is of type RowPositionInfo.ROW_TYPE_DATA.  | FlexDataGridCell | |
![]()  | isElastic : Boolean [read-only] 
		 Returns true if this cell is not right locked or not fixed width.  | FlexDataGridCell | |
![]()  | isExpandCollapseCell : Boolean [read-only] 
		 Calcualted property that returns if this cell is a expand collapse cell.  | FlexDataGridCell | |
![]()  | isLeftLocked : Boolean [read-only]   | FlexDataGridCell | |
![]()  | isLocked : Boolean [read-only]   | FlexDataGridCell | |
![]()  | isNewlyCreated : Boolean [read-only] 
		 When a cell is created for the first time, this flag is set to true.  | FlexDataGridCell | |
![]()  | isRightLocked : Boolean [read-only]   | FlexDataGridCell | |
![]()  | level : FlexDataGridColumnLevel 
		 The FlexDataGridColumnLevel associated with this cell.  | FlexDataGridCell | |
![]()  | moving : Boolean = false 
		 Used by header cells and column group cells for drag drop move.  | FlexDataGridCell | |
![]()  | nestDepth : Number [read-only] 
		 Returns the nestpDepth property of the associated level, if it is not null.  | FlexDataGridCell | |
![]()  | perceivedX : Number [read-only] 
		 The X Position of this cell, as the user sees it.  | FlexDataGridCell | |
![]()  | renderer : DisplayObject [read-only]   | FlexDataGridCell | |
![]()  | rendererFactory : IFactory | FlexDataGridCell | |
![]()  | rowInfo : RowInfo 
		 The rowInfo object associated with this cell.  | FlexDataGridCell | |
![]()  | text : String 
		 This is the actual text to display in the cell.  | FlexDataGridCell | |
![]()  | verticalGridLineColor : * [read-only]   | FlexDataGridCell | |
![]()  | verticalGridLineThickness : * [read-only]   | FlexDataGridCell | |
![]()  | wordWrap : Boolean 
		 This flag is a used for enabling the wordWrap on the associated renderer.  | FlexDataGridCell | |
| Property | Defined By | ||
|---|---|---|---|
| prefix : String [override] [read-only] 
		 
		 Returns one of the following values on basis of what type of cell this is:
		 
		 Blank string for data cells
		 header
		 footer
		 filter
		 columnGroup
		 pager
		 
		   | FlexDataGridColumnGroupCell | ||
| Method | Defined By | ||
|---|---|---|---|
| FlexDataGridColumnGroupCell | |||
destroy():void [override] 
		 
		   | FlexDataGridColumnGroupCell | ||
![]()  | drawBackground(unscaledWidth:Number, unscaledHeight:Number):void 
		 Draws the background as well as calls drawBorder on the given cell
		 
		 Each cell in Ultimate will draw its own background
		 and border.  | FlexDataGridCell | |
![]()  | drawRightBorder(unscaledWidth:Number, unscaledHeight:Number):void  | FlexDataGridCell | |
[override] 
		 
		   | FlexDataGridColumnGroupCell | ||
getRolloverColor():* [override] 
		 
		   | FlexDataGridColumnGroupCell | ||
![]()  | 
		 If this is a fillRow, returns the value of the color property.  | FlexDataGridCell | |
![]()  | getStyleValue(styleProp:String):*  | FlexDataGridCell | |
getTextColors():* [override] 
		 
		   | FlexDataGridColumnGroupCell | ||
![]()  | hasHorizontalGridLines():Boolean  | FlexDataGridCell | |
![]()  | hasVerticalGridLines():Boolean  | FlexDataGridCell | |
![]()  | initializeCheckBoxRenderer(renderer:DisplayObject):void  | FlexDataGridCell | |
![]()  | invalidateBackground():void 
		 Marks the cell so that the background and borders are drawn in the next validation cycle.  | FlexDataGridCell | |
![]()  | placeComponent(cellRenderer:DisplayObject, unscaledWidth:Number, unscaledHeight:Number, usePadding:Boolean = true):Point  | FlexDataGridCell | |
refreshCell():void [override] 
		 
		   | FlexDataGridColumnGroupCell | ||
![]()  | setRendererSize(cellRenderer:DisplayObject, w:Number, h:Number):void  | FlexDataGridCell | |
| Method | Defined By | ||
|---|---|---|---|
![]()  | capitalizeFirstLetterIfPrefix(val:String):String  | FlexDataGridCell | |
![]()  | drawCell(unscaledWidth:Number, unscaledHeight:Number):void  | FlexDataGridCell | |
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] 
		   | FlexDataGridColumnGroupCell | ||
| column | property | 
column:FlexDataGridColumn[override] If there is a columnGroup associated, returns its startColumn property. Else returns the default column associated with this cell.
    public function get column():FlexDataGridColumn    public function set column(value:FlexDataGridColumn):void| columnGroup | property | 
columnGroup:FlexDataGridColumnGroupThe column group associated with this cell.
    public function get columnGroup():FlexDataGridColumnGroup    public function set columnGroup(value:FlexDataGridColumnGroup):void| drawTopBorder | property | 
drawTopBorder:Boolean  [read-only] [override] 
    public function get drawTopBorder():Boolean| prefix | property | 
prefix:String  [read-only] [override] Returns one of the following values on basis of what type of cell this is:
    protected function get prefix():String| FlexDataGridColumnGroupCell | () | Constructor | 
public function FlexDataGridColumnGroupCell()
| destroy | () | method | 
override public function destroy():void
| getBackgroundColors | () | method | 
override public function getBackgroundColors():*Returns
* | 
| getRolloverColor | () | method | 
override public function getRolloverColor():*Returns
* | 
| getTextColors | () | method | 
override public function getTextColors():*Returns
* | 
| refreshCell | () | method | 
override public function refreshCell():void
| updateDisplayList | () | method | 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |