Packagecom.flexicious.nestedtreedatagrid
Classpublic class FlexDataGridExpandCollapseColumn
InheritanceFlexDataGridExpandCollapseColumn Inheritance FlexDataGridColumn Inheritance mx.styles.CSSStyleDeclaration
Implements mx.core.IFactory

A column to add expand collapse icon.



Public Properties
 PropertyDefined By
 InheritedblankValuesLabel : String = [None]
Value for the blank item in multi select combobox filter control Please note, there is a space in the front of this string so it shows up right below the "All" option.
FlexDataGridColumn
 InheritedcalculatedHeaderHeight : Number
The height on basis of the data to be displayed.
FlexDataGridColumn
 InheritedcellBackgroundColorFunction : Function
A function that can be used to control the background color of each cell in this column.
FlexDataGridColumn
 InheritedcellBorderFunction : Function
A function that lets you control the border drawing mechanism for each cell.
FlexDataGridColumn
 InheritedcellCustomDrawFunction : Function
A function that lets you control the background drawing mechanism for each cell.
FlexDataGridColumn
 InheritedcellDisabledFunction : Function
A function that can be used to control the enabled flag of each cell in this column.
FlexDataGridColumn
 InheritedcellTextColorFunction : Function
A function that can be used to control the Text color of each cell in this column.
FlexDataGridColumn
 InheritedclearFilterOnIconClick : Boolean
For filterControl=textInput, if you specify an Filter Icon Style, setting this variable to true will clear the text on icon click.
FlexDataGridColumn
 InheritedclickBehavior : String
[read-only] Unused, for legacy purposes only
FlexDataGridColumn
 InheritedcolumnGroup : FlexDataGridColumnGroup
The group, if any that this column belongs to.
FlexDataGridColumn
 InheritedcolumnLockMode : String
In addition to the left locked and unlocked columns supported by the regular Flex DataGrid, Flexicious Ultimate supports right locked columns. The grid supports the following selection modes: 1) LOCK_MODE_LEFT 2) LOCK_MODE_RIGHT 3) LOCK_MODE_NONE If set to left, the column will be locked to the left and not scroll horizontally. If set to right, the column will be locked to the right, and not scroll horizontally. Please note, column lock modes only make sense if the horizontalScrollPolicy of the grid is set to "on" or "auto", since if there is no horizontal scrollbar, locked columns behave like unlocked columns, because there is no horizontal scroll.
FlexDataGridColumn
 InheritedcolumnWidthMode : String
The columnWidthMode property on the column specifies how the column widths are applied.
FlexDataGridColumn
 InheritedcolumnWidthModeFitToContentExcludeHeader : Boolean
Whether or not to include the header text in the calculation of the column width.
FlexDataGridColumn
 InheritedcolumnWidthOffset : int
A value in pixels, that may be used to add/remove width that gets calculated when you use the columnWidthMode property Use if you have custom renderers or icons.
FlexDataGridColumn
 InheriteddataCellRenderer : IFactory
Container for the item renderer.
FlexDataGridColumn
 InheriteddataField : String
The property to display in this column.
FlexDataGridColumn
 Inheriteddraggable : Boolean
Flag that indicates whether the user is allowed to resize the width of the column.
FlexDataGridColumn
 Inheritededitable : Boolean
Flag that indicates whether the items in the column are editable.
FlexDataGridColumn
 InheritededitorDataField : String
The name of the property of the item editor that contains the new data for the list item.
FlexDataGridColumn
 InheritedenableCellClickRowSelect : Boolean
Flag to enable selection of a row when a cell within that row is clicked.
FlexDataGridColumn
 InheritedenableDataCellOptmization : Boolean
Flag to turn on the highly optimized FlexDataGridDataCell3.
FlexDataGridColumn
 InheritedenableExpandCollapseIcon : Boolean = false
For hierarchical datagrids, instead of having a separate column for icons, this flag will be used to embed an icon based on disclosureOpenIcon and disclosureClosedIcon within this column that will control the expand collapse of the row.
FlexDataGridColumn
 InheritedenableFilterAutoComplete : Boolean
When filterControl=textInput, setting this flag to true will set the enableAutoComplete flag on the associated TextInput control
FlexDataGridColumn
 InheritedenableHierarchicalNestIndent : Boolean
For grouped datagrids, when a single column represents entities from various nest levels, its nice to visually indent them.
FlexDataGridColumn
 InheritedenableIcon : Boolean
Flag to enable/disable icons within this cell. For columns that have icons (with or without text), you can Set enableIcons=true. If it will be the same icon for each cell, just set the "icon" style property on the column. If it will be different icons based on some logic, you can either provide that via the iconField property, or specify an iconFunction. If the cell will contain just an icon and no text, then set hideText/hideHeaderText to true. If the header also needs an icon, use the headerIconUrl property. Specify (iconLeft or iconRight) and (iconTop or iconBottom).
FlexDataGridColumn
 InheritedenableLocalStyles : Boolean = true
Added to avoid flicker
FlexDataGridColumn
 InheritedenableRecursiveSearch : Boolean = false
For Grouped datagrids, searching on this column will cause match current item, as well as any of its children.
FlexDataGridColumn
 InheritedexcludeFromExport : Boolean
If set to true, this column wont be included in the export mechanism by default.
FlexDataGridColumn
 InheritedexcludeFromPrint : Boolean
If set to true, this column wont be included in the print mechanism by default.
FlexDataGridColumn
 InheritedexcludeFromSettings : Boolean
If set to true, this column wont be included in the settings popup by default.
FlexDataGridColumn
 InheritedfilterCellRenderer : IFactory
Container for the footer renderer.
FlexDataGridColumn
 InheritedfilterComboBoxBuildFromGrid : Boolean
Flag, if set to true, will automatically build this collection on basis of distinct values in the grid.
FlexDataGridColumn
 InheritedfilterComboBoxDataField : String
Used in conjunction with the
FlexDataGridColumn
 InheritedfilterComboBoxDataProvider : ArrayCollection
Dataprovider to use to build the list of values to dipsplay in the filter control, only applicable if the filterControl is a
FlexDataGridColumn
 InheritedfilterComboBoxLabelField : String
Used in conjunction with the
FlexDataGridColumn
 InheritedfilterComboBoxWidth : Number
Returns the width of the dropdown.
FlexDataGridColumn
 InheritedfilterCompareFunction : Function = null
A function that takes an item, and a filterExpression, and returns true or false on basis of whether the provided item matches the filterExpression.
FlexDataGridColumn
 InheritedfilterComparisionType : String
This is usually automatically set, you dont have to manually set it, unless you're sending strings as Date objects.
FlexDataGridColumn
 InheritedfilterControl : String
A control that implements
FlexDataGridColumn
 InheritedfilterConverterFunction : Function = null
A function that takes an item, and returns a processed value for comparison.
FlexDataGridColumn
 InheritedfilterDateRangeOptions : Array
Applicable only when the filtercontrol is a
FlexDataGridColumn
 InheritedfilterOperation : String
The operator to apply when doing the conversion.
FlexDataGridColumn
 InheritedfilterRenderer : IFactory
The actual control to render inside the header column.
FlexDataGridColumn
 InheritedfilterTriggerEvent : String
The event that the filter triggers on.
FlexDataGridColumn
 InheritedfilterWaterMark : String
Applicable only if the filter control is TextInput.
FlexDataGridColumn
 InheritedfooterAlign : String
The alignment of the footer label
FlexDataGridColumn
 InheritedfooterCellRenderer : IFactory
Container for the footer renderer.
FlexDataGridColumn
 InheritedfooterFormatter : Formatter
Formatter for the footer label
FlexDataGridColumn
 InheritedfooterLabel : String
The label of the footer
FlexDataGridColumn
 InheritedfooterLabelFunction : Function
A function that will return the footer label
FlexDataGridColumn
 InheritedfooterLabelFunction2 : Function
Similar to footerLabelFunction, but takes the footer cell instead of the column.
FlexDataGridColumn
 InheritedfooterOperation : String
The operation to apply to the footer
FlexDataGridColumn
 InheritedfooterOperationPrecision : int
Precision for the footer label
FlexDataGridColumn
 InheritedfooterRenderer : IFactory
A renderer for the footer
FlexDataGridColumn
 InheritedfooterWordWrap : Boolean
The alignment of the header label
FlexDataGridColumn
 Inheritedformat : String
Used by the doFormat method.
FlexDataGridColumn
 Inheritedformatter : Object
Used by the doFormat method.
FlexDataGridColumn
 InheritedformatterCurrencySymbol : String
For currency formatter, the currency symbol.
FlexDataGridColumn
 InheritedformatterDateFormatString : String
For date formatters, the date format.
FlexDataGridColumn
 InheritedformatterPrecision : Number = 2
For number and currency formatters, the default number of digits after the decimal point.
FlexDataGridColumn
 InheritedhasComplexDisplay : Boolean = false
Performance optimization, is set to true if there is a complex fieldname or a labelFunction or labelFunction2
FlexDataGridColumn
 InheritedheaderAlign : String
The alignment of the header label
FlexDataGridColumn
 InheritedheaderCellRenderer : IFactory
Container for the header renderer.
FlexDataGridColumn
 InheritedheaderMenuActions : Array
A list of ToolbarActions to show when the user hovers their mouse over the header cell of this column.
FlexDataGridColumn
 InheritedheaderRenderer : IFactory
The class factory for item renderer instances that display the column header for the column.
FlexDataGridColumn
 InheritedheaderText : String
Text for the header of this column.
FlexDataGridColumn
 InheritedheaderToolTip : String
Tooltip to apply to the header.
FlexDataGridColumn
 InheritedheaderWordWrap : Boolean
The alignment of the header label
FlexDataGridColumn
 InheritedhideHeaderText : Boolean = false
The header text is used in the column picker, export, etc.
FlexDataGridColumn
 InheritedhideText : Boolean = false
In scenarios where you only want to display the icon, set enableIcon=true, and hideText=true;
FlexDataGridColumn
 InheritediconField : String
The property on the model object that returns the url to the icon, if you wish to show different icons for each cell.
FlexDataGridColumn
 InheritediconFunction : Function
If enableIcon=true, icon function for the icon.
FlexDataGridColumn
 InheritediconHandCursor : Boolean = false
If enableIcon=true, enables hand cursor on the icon
FlexDataGridColumn
 InheritediconMouseOverDelay : Number = 500
The delay to wait until dispatching the iconMouseOver event when the user mouse the mouse over the icon.
FlexDataGridColumn
 InheritediconToolTip : String
If enableIcon=true, tooltip for the icon
FlexDataGridColumn
 InheritediconToolTipFunction : Function
If enableIcon=true, tooltip function for the icon.
FlexDataGridColumn
 InheritediconTooltipRenderer : IFactory = null
The renderer factory for the icon tooltip.
FlexDataGridColumn
 InheritedisEditableFunction : Function
A function that takes a IFlexDataGridCell, and returns true if this cell is editable.
FlexDataGridColumn
 InheritedisElastic : Boolean
[read-only] Returns true if the column is not right locked or IFixedWidth.
FlexDataGridColumn
 InheritedisFirstRightLocked : Boolean
[read-only]
FlexDataGridColumn
 InheritedisFirstUnLocked : Boolean
[read-only]
FlexDataGridColumn
 InheritedisLastleftLocked : Boolean
[read-only]
FlexDataGridColumn
 InheritedisLastrightLocked : Boolean
[read-only]
FlexDataGridColumn
 InheritedisLastUnLocked : Boolean
[read-only]
FlexDataGridColumn
 InheritedisLeftLocked : Boolean
[read-only] Returns true if the column is left locked.
FlexDataGridColumn
 InheritedisLocked : Boolean
[read-only] Returns true if the column is left or right locked.
FlexDataGridColumn
 InheritedisRightLocked : Boolean
[read-only] Returns true if the column is right locked.
FlexDataGridColumn
 InheritedisSortable : Boolean
[read-only] MX and Spark Grids implement the sortable differently, so to match the interface.
FlexDataGridColumn
 InheriteditemEditor : IFactory
A class factory for the instances of the item editor to use for the column, when it is editable.
FlexDataGridColumn
 InheriteditemEditorApplyOnValueCommit : Boolean
In Edit mode, we only apply the new value to the model object when the user either hits the enter key or the tab key after typing input.
FlexDataGridColumn
 InheriteditemEditorManagesPersistence : Boolean
Indicates that the item editors manage their own persitence and populating the dataprovider back with their changes, so the editorDataField is ignored and the DataGrid does not write back the value from the editor into the data provider.
FlexDataGridColumn
 InheriteditemEditorValidatorFunction : Function
Function to call before committing the value of the item editor to the data provider.
FlexDataGridColumn
 InheriteditemRenderer : IFactory
Each Cell in the grid is contains an instance of this class.
FlexDataGridColumn
 Inheritedlabel : String
[read-only] For support in pickers
FlexDataGridColumn
 InheritedlabelFunction : Function
A function that determines the text to display in this column.
FlexDataGridColumn
 InheritedlabelFunction2 : Function
A specialized function that determines the text to display in this column, and takes the actual cell being evaluated as a parameter.
FlexDataGridColumn
 Inheritedlevel : FlexDataGridColumnLevel
FlexDataGridColumn
 InheritedlinkText : String
Deprecated.
FlexDataGridColumn
 InheritedminWidth : Number
The mininum width that a column can receive.
FlexDataGridColumn
 InheritednestDepth : Number
[read-only] Gets the nest depth of the associated level.
FlexDataGridColumn
 Inheritedowner : DisplayObjectContainer
[read-only]
FlexDataGridColumn
 InheritedpercentWidth : Number
On creation complete, will use this to distribute the width of the grid among the visible columns in the specified ratio.
FlexDataGridColumn
 InheritedpersistenceKey : String
For datagrids where there are multiple columns with the same header text, this field may be specified so that the persistence mechanism does not overwrite it.
FlexDataGridColumn
 Inheritedresizable : Boolean
Flag that indicates whether the user is allowed to resize the width of the column.
FlexDataGridColumn
 InheritedsearchField : String
The field that the filter should search on.
FlexDataGridColumn
 Inheritedselectable : Boolean
Flag that indicates whether the items in the column are selectable.
FlexDataGridColumn
 InheritedshowClearIconWhenHasText : Boolean = false
For filterControl=textInput, if you specify an Filter Icon Style, setting this variable to true will clear show the icon only when there is text in the box.
FlexDataGridColumn
 InheritedshowIconOnCellHover : Boolean = false
If set to true, icon only shows when user hovers over the cell.
FlexDataGridColumn
 InheritedshowIconOnRowHover : Boolean = false
If set to true, icon only shows when user hovers over the row.
FlexDataGridColumn
 Inheritedsortable : Boolean = true
Flag that indicates whether the user can click on the header of this column to sort the data provider.
FlexDataGridColumn
 InheritedsortCaseInsensitive : Boolean = false
To sort this column insensitive of case.
FlexDataGridColumn
 InheritedsortCompareFunction : Function
A callback function that gets called when sorting the data in the column.
FlexDataGridColumn
 InheritedsortField : String
Similar to searchField, if you want to override what the database actually sorts when you sort this column
FlexDataGridColumn
 InheritedsortFieldName : String
[read-only]
FlexDataGridColumn
 InheritedsortNumeric : Boolean = false
To sort this column numerically.
FlexDataGridColumn
 InheritedstyleOverrides : Object
[read-only] For 3.5 Compatibility
FlexDataGridColumn
 InheritedtruncateToFit : Boolean
If this propery is true, the text that does not fit in the available size is truncated with "...".
FlexDataGridColumn
 InheriteduniqueIdentifier : String
A key used to uniquely identify a column.
FlexDataGridColumn
 InheriteduseCurrentDataProviderForFilterComboBoxValues : Boolean
Not supported
FlexDataGridColumn
 InheriteduseFilterDataProviderForItemEditor : Boolean
For list based item editors, setting this flag will use the dataprovider from the filter mechanism for the item editor.
FlexDataGridColumn
 InheriteduseHandCursor : Boolean
FlexDataGridColumn
 InheriteduseIconRollOverTimer : Boolean = true
Prior to dispatching the icon roll over, we use a timer so accidental roll over does not cause popups.
FlexDataGridColumn
 InheriteduseLabelFunctionForFilterCompare : Boolean
Flag, that defaults to true, indicates that in client filter mode, use the label function to perform the search comparison as opposed to using the raw value of the "searchField" property of the column.
FlexDataGridColumn
 InheriteduseLabelFunctionForSortCompare : Boolean
When you set to true, a custom sortCompareFunction is applied that uses the labelFunction instead of the dataField.
FlexDataGridColumn
 InheriteduseUnderLine : Boolean
When true, if the renderer supports the text decoration style property, sets it to underline.
FlexDataGridColumn
 Inheritedvisible : Boolean
Flag that indicates whether the column is visible.
FlexDataGridColumn
 Inheritedwidth : Number
The width of the column, in pixels.
FlexDataGridColumn
 InheritedwordWrap : Boolean
Flag to indicate that the text in this column can flow into multiple lines, based upon the width of the column.
FlexDataGridColumn
 Inheritedx : Number
Current X position of this column relative to the container for its cells.
FlexDataGridColumn
Public Methods
 MethodDefined By
  
FlexDataGridExpandCollapseColumn
 Inherited
deriveRenderer(chromeType:int = 5):IFactory
Depending on the specified chrome type, gets the appropriate renderer.
FlexDataGridColumn
 Inherited
dispatchEvent(event:Event):Boolean
[override] Whenever a tree datagrid event is dispatched at any column, we also dispatch it from the level so if someone wants to listen for an event at all columns...
FlexDataGridColumn
 Inherited
doFormat(retVal:String):String
The doFormat method returns formatted value on basis of the format properties (See description below) If the input is null, returns null.
FlexDataGridColumn
 Inherited
FlexDataGridColumn
 Inherited
getDistinctValues(dp:Object, collection:Array = null, addedCodes:Array = null, lvl:FlexDataGridColumnLevel = null):Array
Returns this list of distinct values for this column, in a list of arraycollection which will have properties data and label.
FlexDataGridColumn
 Inherited
getStyleValue(styleProp:String):*
Gets the style value for the provided style property at the current level.
FlexDataGridColumn
 Inherited
isValidStyleValue(val:*):Boolean
FlexDataGridColumn
 Inherited
itemToLabel(data:Object, cell:IFlexDataGridCell = null):String
Returns the String that the item renderer displays for the given data object.
FlexDataGridColumn
  
For printing, we need to be a IFactory
FlexDataGridExpandCollapseColumn
 Inherited
showPopup(popupData:Object):Object
Unused, for legacy purposes only
FlexDataGridColumn
Protected Methods
 MethodDefined By
 Inherited
Default Icon tooltip function.
FlexDataGridColumn
 Inherited
Default Icon tooltip function.
FlexDataGridColumn
 Inherited
nestedSortCompareFunction(obj1:Object, obj2:Object):int
function that is used when we have complex properties in the datafield.
FlexDataGridColumn
Events
 Event Summary Defined By
 InheritedDispatched when the column width changes for any reason, including programmatic recalculation of column widthsFlexDataGridColumn
 InheritedDispatched when the column x changes for any reason, including programmatic recalculation of column xFlexDataGridColumn
Styles
 Style Description Defined By
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the cell directly under the mouse or if using keyboard navigation, current keyboard seed.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
The colors to use for the backgrounds of the items in the grid.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
The colors to use for the text of the items in the grid.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: no
Background color, the color of the fill area.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
Color of text in the component, including the component label.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
Color of text in the component, including the component label.
FlexDataGridColumn
 InheritedType: Class Format: EmbeddedFile CSS Inheritance: no
The icon that is displayed next to a closed column group.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
An array of two colors used to draw the Column Groups background gradient.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to force the top border.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the horizontal grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show horizontal grid lines between the rows.
FlexDataGridColumn
 InheritedType: Number Format: Length
Thickness of the header horizontal grid lines.
FlexDataGridColumn
 InheritedType: Class Format: EmbeddedFile CSS Inheritance: no
The icon that is displayed next to an open column group.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
The color of the row background when the user rolls over the Column Groups.
FlexDataGridColumn
 InheritedType: String CSS Inheritance: no
The name of a CSS style declaration for controlling other aspects of the appearance of the column groups.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the vertical grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show vertical grid lines between the columns.
FlexDataGridColumn
 InheritedType: Number Format: Length
Thickness of the header vertical grid lines.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the cell text of each cell in this column.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
Color of text in the component if it is disabled.
FlexDataGridColumn
 Inherited
When enableIcon=true, this property specifies the icon to display when enabled=false.
FlexDataGridColumn
 InheritedType: Class Format: EmbeddedFile CSS Inheritance: no
The icon that is displayed next to a closed branch node of the navigation tree.
FlexDataGridColumn
 InheritedType: Class Format: EmbeddedFile CSS Inheritance: no
The icon that is displayed next to an open branch node of the navigation tree.
FlexDataGridColumn
 InheritedType: Array Format: Color
The colors to use for the backgrounds of the items in the grid in the editable mode.
FlexDataGridColumn
 InheritedType: String
Style to apply to the item editor.
FlexDataGridColumn
 InheritedFormat: Color
The colors to use for the text of the items in the editable grid.
FlexDataGridColumn
 InheritedType: Number
When enableExpandCollapseIcon=true, To position the icon correctly, you can set either expandCollapseIconLeft or expandCollapseIconRight, and expandCollapseIconTop or expandCollapseIconBottom.
FlexDataGridColumn
 InheritedType: Number
When enableExpandCollapseIcon=true, To position the icon correctly, you can set either expandCollapseIconLeft or expandCollapseIconRight, and expandCollapseIconTop or expandCollapseIconBottom.
FlexDataGridColumn
 InheritedType: Number
When enableExpandCollapseIcon=true, To position the icon correctly, you can set either expandCollapseIconLeft or expandCollapseIconRight, and expandCollapseIconTop or expandCollapseIconBottom.
FlexDataGridColumn
 InheritedType: Number
When enableExpandCollapseIcon=true, To position the icon correctly, you can set either expandCollapseIconLeft or expandCollapseIconRight, and expandCollapseIconTop or expandCollapseIconBottom.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
The color of the row background for the filter.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to force the top border, when horizontal gridlines are not drawn.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the horizontal grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show horizontal grid lines between the rows.
FlexDataGridColumn
 InheritedType: Number Format: Length
Thickness of the filter horizontal grid lines.
FlexDataGridColumn
 Inherited
When filterControl=textInput, the icon that is displayed inside the textbox, based on the insideIconPosition property.
FlexDataGridColumn
 InheritedType: String
When filterControl=textInput, the position of the icon that is displayed inside the textbox.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
The color of the row background when the user rolls over the filter.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the vertical grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show vertical grid lines between the columns.
FlexDataGridColumn
 InheritedType: Number Format: Length
Thickness of the filter vertical grid lines.
FlexDataGridColumn
 InheritedType: String CSS Inheritance: yes
Sets the antiAliasType property of internal TextFields.

See also

flash.text.TextField
flash.text.AntiAliasType
FlexDataGridColumn
 InheritedType: String CSS Inheritance: yes
Name of the font to use.
FlexDataGridColumn
 InheritedType: String CSS Inheritance: yes
Sets the gridFitType property of internal TextFields that represent text in Flex controls.

See also

flash.text.TextField
flash.text.GridFitType
FlexDataGridColumn
 InheritedType: Number CSS Inheritance: yes
Sets the sharpness property of internal TextFields that represent text in Flex controls.

See also

flash.text.TextField
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: yes
Height of the text, in pixels.
FlexDataGridColumn
 InheritedType: String CSS Inheritance: yes
Determines whether the text is italic font.
FlexDataGridColumn
 InheritedType: Number CSS Inheritance: yes
Sets the thickness property of internal TextFields that represent text in Flex controls.

See also

flash.text.TextField
FlexDataGridColumn
 InheritedType: String CSS Inheritance: yes
Determines whether the text is boldface.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
An array of two colors used to draw the footer background gradient.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to force the top border, when horizontal gridlines are not drawn.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the horizontal grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show horizontal grid lines between the rows.
FlexDataGridColumn
 InheritedType: Number Format: Length
Thickness of the footer horizontal grid lines.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
The color of the row background when the user rolls over the footer.
FlexDataGridColumn
 InheritedType: String CSS Inheritance: no
The name of a CSS style declaration for controlling other aspects of the appearance of the column headers.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the vertical grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show vertical grid lines between the columns.
FlexDataGridColumn
 InheritedType: Number Format: Length
Thickness of the footer vertical grid lines.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
An array of two colors used to draw the header background gradient.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to force the top border.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the horizontal grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show horizontal grid lines between the rows.
FlexDataGridColumn
 InheritedType: Number Format: Length
Thickness of the header horizontal grid lines.
FlexDataGridColumn
 Inherited
When enableIcon=true, this property specifies the icon to display.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
The color of the row background when the user rolls over the header.
FlexDataGridColumn
 InheritedType: String CSS Inheritance: no
The name of a CSS style declaration for controlling other aspects of the appearance of the column headers.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the vertical grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show vertical grid lines between the columns.
FlexDataGridColumn
 InheritedType: Number Format: Length
Thickness of the header vertical grid lines.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the horizontal grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show horizontal grid lines between the rows.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: yes
Thickness of the horizontal grid lines.
FlexDataGridColumn
 Inherited
When enableIcon=true, this property specifies the icon to display.
FlexDataGridColumn
 InheritedType: Number
When enableIcon=true, To position the icon correctly, you can set either iconLeft or iconRight, and iconTop or iconBottom.
FlexDataGridColumn
 InheritedType: Number
When enableIcon=true, To position the icon correctly, you can set either iconLeft or iconRight, and iconTop or iconBottom.
FlexDataGridColumn
 InheritedType: Number
When enableIcon=true, To position the icon correctly, you can set either iconLeft or iconRight, and iconTop or iconBottom.
FlexDataGridColumn
 InheritedType: Number
When enableIcon=true, To position the icon correctly, you can set either iconLeft or iconRight, and iconTop or iconBottom.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: yes
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
FlexDataGridColumn
 InheritedType: Number CSS Inheritance: yes
The number of additional pixels to appear between each character.
FlexDataGridColumn
 InheritedType: String CSS Inheritance: yes
The locale of the text displayed by this component.
FlexDataGridColumn
 InheritedType: Number CSS Inheritance: no
The height of the numeric value representing the order of the column sort.
FlexDataGridColumn
 InheritedType: String CSS Inheritance: no
The name of a CSS style declaration for controlling other aspects of the appearance of the numeric value representing the order of the column sort.
FlexDataGridColumn
 InheritedType: Number CSS Inheritance: no
The width of the numeric value representing the order of the column sort.
FlexDataGridColumn
 Inherited
When enableIcon=true, this property specifies the icon to display.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
An array of two colors used to draw the pager background gradient.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to force the top border, when horizontal gridlines are not drawn.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the horizontal grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show horizontal grid lines between the rows.
FlexDataGridColumn
 InheritedType: Number Format: Length
Thickness of the pager horizontal grid lines.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
The color of the row background when the user rolls over the pager.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the vertical grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show vertical grid lines between the columns.
FlexDataGridColumn
 InheritedType: Number Format: Length
Thickness of the pager vertical grid lines.
FlexDataGridColumn
 InheritedType: Array Format: Color CSS Inheritance: yes
An array of two colors used to draw the renderer background gradient.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to force the top border, when horizontal gridlines are not drawn.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the horizontal grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show horizontal grid lines between the rows.
FlexDataGridColumn
 InheritedType: Number Format: Length
Thickness of the renderer horizontal grid lines.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the row background when the user rolls over a level renderer.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the vertical grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show vertical grid lines between the columns.
FlexDataGridColumn
 InheritedType: Number Format: Length
Thickness of the renderer vertical grid lines.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the row background when the user rolls over the row.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the background of a renderer when the user selects it.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the background for the row when the user selects an item renderer in the row.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the background of a renderer when the component is disabled.
FlexDataGridColumn
 InheritedType: Class CSS Inheritance: no
The class to use as the skin for the arrow that indicates the column sort direction.
FlexDataGridColumn
 InheritedType: String CSS Inheritance: yes
Alignment of text within a container.
FlexDataGridColumn
 InheritedType: String CSS Inheritance: yes
Determines whether the text is underlined.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the text of a renderer when the component is disabled.
FlexDataGridColumn
 InheritedType: Class CSS Inheritance: no
The class implementing IUITextField that is used by this component to render text.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: yes
Offset of first line of text from the left side of the container, in pixels.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
Color of the text when the user rolls over a row.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
Color of the text when the user selects a row.
FlexDataGridColumn
 InheritedType: uint Format: Color CSS Inheritance: yes
The color of the vertical grid lines.
FlexDataGridColumn
 InheritedType: Boolean CSS Inheritance: no
Flag that indicates whether to show vertical grid lines between the columns.
FlexDataGridColumn
 InheritedType: Number Format: Length CSS Inheritance: yes
Thickness of the vertical grid lines.
FlexDataGridColumn
Public Constants
 ConstantDefined By
 InheritedCOLUMN_WIDTH_MODE_FIT_TO_CONTENT : String = fitToContent
[static]
FlexDataGridColumn
 InheritedCOLUMN_WIDTH_MODE_FIXED : String = fixed
[static]
FlexDataGridColumn
 InheritedCOLUMN_WIDTH_MODE_NONE : String = none
[static]
FlexDataGridColumn
 InheritedCOLUMN_WIDTH_MODE_PERCENT : String = percent
[static]
FlexDataGridColumn
 InheritedDEFAULT_COLUMN_WIDTH : Number = 100
[static] Default width of the columns
FlexDataGridColumn
 InheritedFORMAT_CURRENCY : String = currency
[static] Used by the doFormat method.
FlexDataGridColumn
 InheritedFORMAT_DATE : String = date
[static] Used by the doFormat method.
FlexDataGridColumn
 InheritedFORMAT_DATE_TIME : String = datetime
[static] Used by the doFormat method.
FlexDataGridColumn
 InheritedFORMAT_NONE : String = none
[static] Used by the doFormat method.
FlexDataGridColumn
 InheritedFORMAT_NUMBER : String = number
[static] Used by the doFormat method.
FlexDataGridColumn
 InheritedFORMAT_TIME : String = time
[static] Used by the doFormat method.
FlexDataGridColumn
Constructor Detail
FlexDataGridExpandCollapseColumn()Constructor
public function FlexDataGridExpandCollapseColumn()



Method Detail
newInstance()method
public function newInstance():*

For printing, we need to be a IFactory

Returns
*