| Package | com.flexicious.grids.columns | 
| Class | public class ExtendedAdvancedDataGridColumn | 
| Inheritance | ExtendedAdvancedDataGridColumn    mx.controls.advancedDataGridClasses.AdvancedDataGridColumn | 
| Implements | com.flexicious.grids.dependencies.IDataGridFilterColumn, IDataGridFooterColumn | 
| Subclasses | SelectAllAdvancedCheckBoxHeaderColumn | 
See also
| Property | Defined By | ||
|---|---|---|---|
| clearFilterOnIconClick : Boolean = false 
 For filterControl=textInput, if you specify an Filter Icon Style, setting this variable to 
 true will clear the text on icon click.  | ExtendedAdvancedDataGridColumn | ||
| clickBehavior : String 
		 Grid can be setup to launch a popup when the user clicks or hovers.  | ExtendedAdvancedDataGridColumn | ||
| clickParentDisplayObject : DisplayObject 
		 The parent object to use while calling PopupManager.addPopUp.  | ExtendedAdvancedDataGridColumn | ||
| clickPopupClass : IFactory 
		 The popup class to launch.  | ExtendedAdvancedDataGridColumn | ||
| clickPopupHeight : Number 
		 The height of the popup to launch when the clickBehavior is set.  | ExtendedAdvancedDataGridColumn | ||
| clickPopupTitle : String 
		 The title of the popup to launch when the clickBehavior is set.  | ExtendedAdvancedDataGridColumn | ||
| clickPopupWidth : Number 
		 The width of the popup to launch when the clickBehavior is set.  | ExtendedAdvancedDataGridColumn | ||
| columnWidthMode : String 
 Specifies how the column widths are applied.  | ExtendedAdvancedDataGridColumn | ||
| columnWidthOffset : 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.  | ExtendedAdvancedDataGridColumn | ||
| enableFilterAutoComplete : Boolean = false 
 When filterControl=textInput, setting this flag to true will set the enableAutoComplete flag on the associated TextInput control
   | ExtendedAdvancedDataGridColumn | ||
| enableNestedPropertySupport : Boolean 
		 Support for nested properties.  | ExtendedAdvancedDataGridColumn | ||
| excludeFromExport : Boolean 
 If set to true, this column wont be included in the 
 export mechanism by default.  | ExtendedAdvancedDataGridColumn | ||
| excludeFromPrint : Boolean 
 If set to true, this column wont be included in the 
 print mechanism by default.  | ExtendedAdvancedDataGridColumn | ||
| excludeFromSettings : Boolean 
 If set to true, this column wont be included displayed in the Settings Popup
   | ExtendedAdvancedDataGridColumn | ||
| filterComboBoxBuildFromGrid : Boolean 
 Flag, if set to true, will automatically build this 
 collection on basis of distinct values in the grid.  | ExtendedAdvancedDataGridColumn | ||
| filterComboBoxDataField : String 
 Used in conjunction with the filterComboBoxDataProvider field, used to
 set the value of the data field for the associated ISelectFilterControl  
   | ExtendedAdvancedDataGridColumn | ||
| filterComboBoxDataProvider : ArrayCollection 
 Dataprovider to use to build the list of values to dipsplay in
 the filter control, only applicable if the filterControl is a 
   | ExtendedAdvancedDataGridColumn | ||
| filterComboBoxLabelField : String 
 Used in conjunction with the filterComboBoxDataProvider field, used to
 set the value of the label field for the associated ISelectFilterControl  
   | ExtendedAdvancedDataGridColumn | ||
| filterComboBoxWidth : Number 
 Returns the width of the dropdown.  | ExtendedAdvancedDataGridColumn | ||
| filterCompareFunction : 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.  | ExtendedAdvancedDataGridColumn | ||
| filterComparisionType : String 
 This is ususally automatically set, you dont have to manually set it,
 unless you're sending strings as Date objects.  | ExtendedAdvancedDataGridColumn | ||
| filterControl : String 
 A control that implements   | ExtendedAdvancedDataGridColumn | ||
| filterConverterFunction : Function = null 
 A function that takes an item, and returns a processed value for comparision.  | ExtendedAdvancedDataGridColumn | ||
| filterDateRangeOptions : Array 
 Applicable only when the filtercontrol is a 
   | ExtendedAdvancedDataGridColumn | ||
| filterOperation : String 
 The opeartor to apply when doing the conversion.  | ExtendedAdvancedDataGridColumn | ||
| filterRenderer : IFactory 
 The actual control 
 to render inside the header column.  | ExtendedAdvancedDataGridColumn | ||
| filterTriggerEvent : String 
 The event that the filter triggers on.  | ExtendedAdvancedDataGridColumn | ||
| filterWaterMark : String 
 Applicable only if the filter control is TextInput.  | ExtendedAdvancedDataGridColumn | ||
| footerAlign : String 
 The alignment of the footer label
   | ExtendedAdvancedDataGridColumn | ||
| footerFormatter : Formatter 
 Formatter for the footer label 
   | ExtendedAdvancedDataGridColumn | ||
| footerLabel : String 
 The label of the footer 
   | ExtendedAdvancedDataGridColumn | ||
| footerLabelFunction : Function 
 A function that will return the footer label 
   | ExtendedAdvancedDataGridColumn | ||
| footerOperation : String 
 The operation to apply to the footer
   | ExtendedAdvancedDataGridColumn | ||
| footerOperationPrecision : int 
 Precision for the footer label 
   | ExtendedAdvancedDataGridColumn | ||
| footerRenderer : IFactory 
 A renderer for the footer  
   | ExtendedAdvancedDataGridColumn | ||
| footerStyleName : String 
 Style name for the footer cells.  | ExtendedAdvancedDataGridColumn | ||
| format : String 
 Used by the doFormat method.  | ExtendedAdvancedDataGridColumn | ||
| formatterCurrencySymbol : String 
 For currency formatter, the currency symbol.  | ExtendedAdvancedDataGridColumn | ||
| formatterDateFormatString : String 
 For date formatters, the date format.  | ExtendedAdvancedDataGridColumn | ||
| formatterPrecision : Number = 2 
 For number and currency formatters, the default number of digits after the decimal point.  | ExtendedAdvancedDataGridColumn | ||
| isSortable : Boolean [read-only] 
 MX and Spark Grids implement the sortable differently, so to match the interface.  | ExtendedAdvancedDataGridColumn | ||
| linkText : String 
 When set, creates a link text that can then be used
 in conjunction with the linkClicked event.  | ExtendedAdvancedDataGridColumn | ||
| percentWidth : Number 
 On creation complete, will use this to distribute
 the width of the grid among the visible columns in
 the specified ratio.  | ExtendedAdvancedDataGridColumn | ||
| persistenceKey : 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.  | ExtendedAdvancedDataGridColumn | ||
| searchField : String 
 The field that the filter should search on.  | ExtendedAdvancedDataGridColumn | ||
| showClearIconWhenHasText : 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.  | ExtendedAdvancedDataGridColumn | ||
| sortField : String 
		 Similar to searchField, if you want to override what the database
		 actually sorts when you sort this column
		   | ExtendedAdvancedDataGridColumn | ||
| sortFieldName : String [read-only] 
		 To prevent sortField from clashing with Spark DataGrid's sort field
		   | ExtendedAdvancedDataGridColumn | ||
| uniqueIdentifier : String 
 A key used to uniquely identify a column.  | ExtendedAdvancedDataGridColumn | ||
| useCurrentDataProviderForFilterComboBoxValues : Boolean 
 If you want to restrict the list of options in the filter dropdown
 to the current dataprovider, set this flag to true.  | ExtendedAdvancedDataGridColumn | ||
| useHandCursor : Boolean | ExtendedAdvancedDataGridColumn | ||
| useLabelFunctionForFilterCompare : 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.  | ExtendedAdvancedDataGridColumn | ||
| useLabelFunctionForSortCompare : Boolean 
 When you set to true, a custom sortCompareFunction is applied that uses the labelFunction instead
 of the dataField.  | ExtendedAdvancedDataGridColumn | ||
| Method | Defined By | ||
|---|---|---|---|
ExtendedAdvancedDataGridColumn(columnName:String = null) 
		 Constructor for the Extended Datagrid column   
		   | ExtendedAdvancedDataGridColumn | ||
createPopup(popupData:Object):Object 
		 Creates the popup.  | ExtendedAdvancedDataGridColumn | ||
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.  | ExtendedAdvancedDataGridColumn | ||
itemToLabel(data:Object, withFormatting:Boolean = true):String [override]   | ExtendedAdvancedDataGridColumn | ||
showPopup(popupData:Object):Object 
		 Launches the actual popup.  | ExtendedAdvancedDataGridColumn | ||
| Method | Defined By | ||
|---|---|---|---|
nestedSortCompareFunction(obj1:Object, obj2:Object):int  | ExtendedAdvancedDataGridColumn | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Fired when the link is clicked if the linkText property is set. | ExtendedAdvancedDataGridColumn | |||
| Constant | Defined By | ||
|---|---|---|---|
| COLUMN_WIDTH_MODE_FIT_TO_CONTENT : String = fitToContent [static]   | ExtendedAdvancedDataGridColumn | ||
| COLUMN_WIDTH_MODE_FIXED : String = fixed [static]   | ExtendedAdvancedDataGridColumn | ||
| COLUMN_WIDTH_MODE_PERCENT : String = percent [static]   | ExtendedAdvancedDataGridColumn | ||
| FORMAT_CURRENCY : String = currency [static] 
 Used by the doFormat method.  | ExtendedAdvancedDataGridColumn | ||
| FORMAT_DATE : String = date [static] 
 Used by the doFormat method.  | ExtendedAdvancedDataGridColumn | ||
| FORMAT_DATE_TIME : String = datetime [static] 
 Used by the doFormat method.  | ExtendedAdvancedDataGridColumn | ||
| FORMAT_NONE : String = none [static] 
 Used by the doFormat method.  | ExtendedAdvancedDataGridColumn | ||
| FORMAT_NUMBER : String = number [static] 
 Used by the doFormat method.  | ExtendedAdvancedDataGridColumn | ||
| FORMAT_TIME : String = time [static] 
 Used by the doFormat method.  | ExtendedAdvancedDataGridColumn | ||
| clearFilterOnIconClick | property | 
public var clearFilterOnIconClick:Boolean = falseFor filterControl=textInput, if you specify an Filter Icon Style, setting this variable to true will clear the text on icon click. Used for a "clear" icon.
| clickBehavior | property | 
clickBehavior:StringGrid can be setup to launch a popup when the user clicks or hovers. The popup class should have a public show method, that takes an object.This is the object bound to the row that triggers the click or hover event.
    public function get clickBehavior():String    public function set clickBehavior(value:String):void| clickParentDisplayObject | property | 
clickParentDisplayObject:DisplayObjectThe parent object to use while calling PopupManager.addPopUp. Defaults to the grid, but you can use any other DisplayObject.
    public function get clickParentDisplayObject():DisplayObject    public function set clickParentDisplayObject(value:DisplayObject):void| clickPopupClass | property | 
clickPopupClass:IFactoryThe popup class to launch. Should have a public show method that takes an object. This is the object bound to the row that triggers the click or hover event.
    public function get clickPopupClass():IFactory    public function set clickPopupClass(value:IFactory):void| clickPopupHeight | property | 
clickPopupHeight:NumberThe height of the popup to launch when the clickBehavior is set.
    public function get clickPopupHeight():Number    public function set clickPopupHeight(value:Number):void| clickPopupTitle | property | 
clickPopupTitle:StringThe title of the popup to launch when the clickBehavior is set.
    public function get clickPopupTitle():String    public function set clickPopupTitle(value:String):void| clickPopupWidth | property | 
clickPopupWidth:NumberThe width of the popup to launch when the clickBehavior is set.
    public function get clickPopupWidth():Number    public function set clickPopupWidth(value:Number):void| columnWidthMode | property | 
columnWidthMode:StringSpecifies how the column widths are applied. Defaults to fixed. This means that the width of the column will be fixed to the size specified in the width property. If this property is set to fitContent, the grid identifies the longest string to be displayed in this column, and sets the width of the column to this value. If this is set to percent, the grid divides the remaining width after allocating all fixedWidth and fitToContent columns, on a percentage basis among all columns that have columnWidthMode set to percent. PLEASE NOTE : If you set columnWidthMode='percent', also set percentWidth. Values : fixed,percent,fitToContent
 The default value is auto.
    public function get columnWidthMode():String    public function set columnWidthMode(value:String):void| columnWidthOffset | property | 
columnWidthOffset:intA 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.
    public function get columnWidthOffset():int    public function set columnWidthOffset(value:int):void| enableFilterAutoComplete | property | 
public var enableFilterAutoComplete:Boolean = falseWhen filterControl=textInput, setting this flag to true will set the enableAutoComplete flag on the associated TextInput control
| enableNestedPropertySupport | property | 
enableNestedPropertySupport:BooleanSupport for nested properties. The ADG out of the box does not support this functionality
    public function get enableNestedPropertySupport():Boolean    public function set enableNestedPropertySupport(value:Boolean):void| excludeFromExport | property | 
excludeFromExport:BooleanIf set to true, this column wont be included in the export mechanism by default.
    public function get excludeFromExport():Boolean    public function set excludeFromExport(value:Boolean):void| excludeFromPrint | property | 
excludeFromPrint:BooleanIf set to true, this column wont be included in the print mechanism by default.
    public function get excludeFromPrint():Boolean    public function set excludeFromPrint(value:Boolean):void| excludeFromSettings | property | 
excludeFromSettings:BooleanIf set to true, this column wont be included displayed in the Settings Popup
    public function get excludeFromSettings():Boolean    public function set excludeFromSettings(value:Boolean):void| filterComboBoxBuildFromGrid | property | 
filterComboBoxBuildFromGrid:BooleanFlag, if set to true, will automatically build this collection on basis of distinct values in the grid.
    public function get filterComboBoxBuildFromGrid():Boolean    public function set filterComboBoxBuildFromGrid(value:Boolean):void| filterComboBoxDataField | property | 
filterComboBoxDataField:StringUsed in conjunction with the filterComboBoxDataProvider field, used to set the value of the data field for the associated ISelectFilterControl
    public function get filterComboBoxDataField():String    public function set filterComboBoxDataField(value:String):void| filterComboBoxDataProvider | property | 
filterComboBoxDataProvider:ArrayCollectionDataprovider to use to build the list of values to dipsplay in the filter control, only applicable if the filterControl is a
    public function get filterComboBoxDataProvider():ArrayCollection    public function set filterComboBoxDataProvider(value:ArrayCollection):voidSee also
| filterComboBoxLabelField | property | 
filterComboBoxLabelField:StringUsed in conjunction with the filterComboBoxDataProvider field, used to set the value of the label field for the associated ISelectFilterControl
    public function get filterComboBoxLabelField():String    public function set filterComboBoxLabelField(value:String):void| filterComboBoxWidth | property | 
filterComboBoxWidth:NumberReturns the width of the dropdown. Applicable only when the filter controls are comboboxes
    public function get filterComboBoxWidth():Number    public function set filterComboBoxWidth(value:Number):void| filterCompareFunction | property | 
public var filterCompareFunction:Function = nullA function that takes an item, and a filterExpression, and returns true or false on basis of whether the provided item matches the filterExpression. Please note, the filterExpression has a pointer to the iFilterControl that it was created from.
| filterComparisionType | property | 
filterComparisionType:StringThis is ususally automatically set, you dont have to manually set it, unless you're sending strings as Date objects. When set, will attempt to first convert the current value to the type you specified and then do the conversion. Values : auto,string,number,boolean,date
 The default value is auto.
    public function get filterComparisionType():String    public function set filterComparisionType(value:String):void| filterControl | property | 
filterControl:StringA control that implements
    public function get filterControl():String    public function set filterControl(value:String):voidSee also
| filterConverterFunction | property | 
public var filterConverterFunction:Function = nullA function that takes an item, and returns a processed value for comparision. For example, if your backend sends down strings that represents a date, wire this function up and return a date object for comparision purposes.
| filterDateRangeOptions | property | 
filterDateRangeOptions:ArrayApplicable only when the filtercontrol is a
    public function get filterDateRangeOptions():Array    public function set filterDateRangeOptions(value:Array):voidSee also
| filterOperation | property | 
filterOperation:StringThe opeartor to apply when doing the conversion. See FILTER_OPERATION_TYPE constant values from com.flexicious.grids.filters.FilterExpression
    public function get filterOperation():String    public function set filterOperation(value:String):void| filterRenderer | property | 
filterRenderer:IFactoryThe actual control to render inside the header column. This control must implement the com.flexicious.controls.interfaces.filters.IFilterControl interface.
This property can be used as the source for data binding.
    public function get filterRenderer():IFactory    public function set filterRenderer(value:IFactory):void| filterTriggerEvent | property | 
filterTriggerEvent:StringThe event that the filter triggers on. Defaults to "change", or if the filterRenderer supports com.flexicious.controls.interfaces.IDelayedChange, then the delayedChange event.
    public function get filterTriggerEvent():String    public function set filterTriggerEvent(value:String):voidSee also
| filterWaterMark | property | 
filterWaterMark:StringApplicable only if the filter control is TextInput. If set, sets the watermark of the TextInput filter to the value specified.
    public function get filterWaterMark():String    public function set filterWaterMark(value:String):void| footerAlign | property | 
footerAlign:StringThe alignment of the footer label
    public function get footerAlign():String    public function set footerAlign(value:String):void| footerFormatter | property | 
footerFormatter:FormatterFormatter for the footer label
    public function get footerFormatter():Formatter    public function set footerFormatter(value:Formatter):void| footerLabel | property | 
footerLabel:StringThe label of the footer
    public function get footerLabel():String    public function set footerLabel(value:String):void| footerLabelFunction | property | 
footerLabelFunction:FunctionA function that will return the footer label
    public function get footerLabelFunction():Function    public function set footerLabelFunction(value:Function):void| footerOperation | property | 
footerOperation:StringThe operation to apply to the footer
    public function get footerOperation():String    public function set footerOperation(value:String):void| footerOperationPrecision | property | 
footerOperationPrecision:intPrecision for the footer label
    public function get footerOperationPrecision():int    public function set footerOperationPrecision(value:int):void| footerRenderer | property | 
footerRenderer:IFactoryA renderer for the footer
    public function get footerRenderer():IFactory    public function set footerRenderer(value:IFactory):void| footerStyleName | property | 
footerStyleName:StringStyle name for the footer cells.
    public function get footerStyleName():String    public function set footerStyleName(value:String):void| format | property | 
format:StringUsed by the doFormat method.
    public function get format():String    public function set format(value:String):void| formatterCurrencySymbol | property | 
public var formatterCurrencySymbol:StringFor currency formatter, the currency symbol. Defaults to blank value.
| formatterDateFormatString | property | 
public var formatterDateFormatString:StringFor date formatters, the date format. Defaults to blank value. Initialized on basis of date format. If you wish to override the default format, you can use this string.
| formatterPrecision | property | 
public var formatterPrecision:Number = 2For number and currency formatters, the default number of digits after the decimal point. Defaults to 2
| isSortable | property | 
isSortable:Boolean  [read-only] MX and Spark Grids implement the sortable differently, so to match the interface.
    public function get isSortable():Boolean| linkText | property | 
linkText:StringWhen set, creates a link text that can then be used in conjunction with the linkClicked event.
    public function get linkText():String    public function set linkText(value:String):void| percentWidth | property | 
percentWidth:NumberOn creation complete, will use this to distribute the width of the grid among the visible columns in the specified ratio.
    public function get percentWidth():Number    public function set percentWidth(value:Number):void| persistenceKey | property | 
persistenceKey:StringFor 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.
    public function get persistenceKey():String    public function set persistenceKey(value:String):void| searchField | property | 
searchField:StringThe field that the filter should search on. Defaults to the dataField property from mx.controls.dataGridClasses.DataGridColumn. But can be overriden if needed. For example, consider a grid bound to a list of Employee objects, with a departmentName and departmentId property. This column shows the departmentName, with a combobox filter or a multiselect filter using a list of departments as filterComboBoxDataProvider By default, the comparision will occur using the selected label of the filter control being compared to the departmentName property of each employee. This is allright if the filterPageSortMode property of the com.flexicious.grids.ExtendedDataGrid is set to "client", but if it is "server" , you would ideally want to have the ID of the selected department(s). In that case, you would set the searchField property to "departmentId", filterComboBoxDataField to "departmentId", filterComboBoxLabelField to "departmentName".
    public function get searchField():String    public function set searchField(value:String):void| showClearIconWhenHasText | property | 
public var showClearIconWhenHasText:Boolean = falseFor 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.
| sortField | property | 
sortField:StringSimilar to searchField, if you want to override what the database actually sorts when you sort this column
    public function get sortField():String    public function set sortField(value:String):void| sortFieldName | property | 
sortFieldName:String  [read-only] To prevent sortField from clashing with Spark DataGrid's sort field
    public function get sortFieldName():String| uniqueIdentifier | property | 
uniqueIdentifier:StringA key used to uniquely identify a column. Defaults to the header text Used in print and preference persistence to identify columns.
    public function get uniqueIdentifier():String    public function set uniqueIdentifier(value:String):void| useCurrentDataProviderForFilterComboBoxValues | property | 
useCurrentDataProviderForFilterComboBoxValues:BooleanIf you want to restrict the list of options in the filter dropdown to the current dataprovider, set this flag to true. By default, we use the entire data provider, including the currently filtered items.
 The default value is false.
    public function get useCurrentDataProviderForFilterComboBoxValues():Boolean    public function set useCurrentDataProviderForFilterComboBoxValues(value:Boolean):void| useHandCursor | property | 
useHandCursor:Boolean
    public function get useHandCursor():Boolean    public function set useHandCursor(value:Boolean):void| useLabelFunctionForFilterCompare | property | 
useLabelFunctionForFilterCompare:BooleanFlag, 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.
    public function get useLabelFunctionForFilterCompare():Boolean    public function set useLabelFunctionForFilterCompare(value:Boolean):void| useLabelFunctionForSortCompare | property | 
useLabelFunctionForSortCompare:BooleanWhen you set to true, a custom sortCompareFunction is applied that uses the labelFunction instead of the dataField.
    public function get useLabelFunctionForSortCompare():Boolean    public function set useLabelFunctionForSortCompare(value:Boolean):void| ExtendedAdvancedDataGridColumn | () | Constructor | 
public function ExtendedAdvancedDataGridColumn(columnName:String = null)Constructor for the Extended Datagrid column
ParameterscolumnName:String (default = null) — Column name to bind this colum to
		  | 
| createPopup | () | method | 
 public function createPopup(popupData:Object):ObjectCreates the popup.
Parameters
popupData:Object | 
Object — 
		 
		  | 
| doFormat | () | method | 
 public function doFormat(retVal:String):StringThe doFormat method returns formatted value on basis of the format properties (See description below) If the input is null, returns null. If there is a formatter specified, uses the formatter's format method to return a formatted value. If the format property is specified and no formatter is specified, the column will instantiate a formatter on basis of the value of the format property. The property can be one of 5 constants.
Parameters
retVal:String — String to format
  | 
String — Formatted string.
  | 
| itemToLabel | () | method | 
override public function itemToLabel(data:Object, withFormatting:Boolean = true):StringParameters
data:Object | |
withFormatting:Boolean (default = true) | 
String | 
| nestedSortCompareFunction | () | method | 
 protected function nestedSortCompareFunction(obj1:Object, obj2:Object):intParameters
obj1:Object | |
obj2:Object | 
int | 
| showPopup | () | method | 
 public function showPopup(popupData:Object):ObjectLaunches the actual popup.
Parameters
popupData:Object | 
Object — 
		 
		  | 
| linkClicked | Event | 
mx.events.ItemClickEventFired when the link is clicked if the linkText property is set.
| COLUMN_WIDTH_MODE_FIT_TO_CONTENT | Constant | 
public static const COLUMN_WIDTH_MODE_FIT_TO_CONTENT:String = fitToContent| COLUMN_WIDTH_MODE_FIXED | Constant | 
public static const COLUMN_WIDTH_MODE_FIXED:String = fixed| COLUMN_WIDTH_MODE_PERCENT | Constant | 
public static const COLUMN_WIDTH_MODE_PERCENT:String = percent| FORMAT_CURRENCY | Constant | 
public static const FORMAT_CURRENCY:String = currencyUsed by the doFormat method.
| FORMAT_DATE | Constant | 
public static const FORMAT_DATE:String = dateUsed by the doFormat method.
| FORMAT_DATE_TIME | Constant | 
public static const FORMAT_DATE_TIME:String = datetimeUsed by the doFormat method.
| FORMAT_NONE | Constant | 
public static const FORMAT_NONE:String = noneUsed by the doFormat method.
| FORMAT_NUMBER | Constant | 
public static const FORMAT_NUMBER:String = numberUsed by the doFormat method.
| FORMAT_TIME | Constant | 
public static const FORMAT_TIME:String = timeUsed by the doFormat method.