Packagecom.flexicious.grids.columns.footers
Classpublic class DataGridFooterCell
InheritanceDataGridFooterCell Inheritance Object
Implements IDataGridFooterCell, flash.events.IEventDispatcher

Each of the ExtendedDataGridColumns creates one additional cell to display the footer when the enableFooter property is set to true. This class is responsible for rendering the footer cell.



Public Properties
 PropertyDefined By
  footerRenderer : IListItemRenderer
DataGridFooterCell
  formatter : Formatter
DataGridFooterCell
  label : String
DataGridFooterCell
  labelFunction : Function
DataGridFooterCell
  operation : String
DataGridFooterCell
  precision : int
DataGridFooterCell
Public Methods
 MethodDefined By
  
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
DataGridFooterCell
  
dispatchEvent(event:Event):Boolean
DataGridFooterCell
  
eval(dataProvider:Object, col:IDataGridFooterColumn):String
[static]
DataGridFooterCell
  
hasEventListener(type:String):Boolean
DataGridFooterCell
  
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
DataGridFooterCell
  
willTrigger(type:String):Boolean
DataGridFooterCell
Property Detail
footerRendererproperty
footerRenderer:IListItemRenderer

This property can be used as the source for data binding.


Implementation
    public function get footerRenderer():IListItemRenderer
    public function set footerRenderer(value:IListItemRenderer):void

See also

footerRenderer
formatterproperty 
formatter:Formatter

This property can be used as the source for data binding.


Implementation
    public function get formatter():Formatter
    public function set formatter(value:Formatter):void

See also

footerFormatter
labelproperty 
label:String

This property can be used as the source for data binding.


Implementation
    public function get label():String
    public function set label(value:String):void

See also

footerLabel
labelFunctionproperty 
labelFunction:Function

This property can be used as the source for data binding.


Implementation
    public function get labelFunction():Function
    public function set labelFunction(value:Function):void

See also

footerLabelFunction
operationproperty 
operation:String


Implementation
    public function get operation():String
    public function set operation(value:String):void

See also

footerOperation
precisionproperty 
precision:int

This property can be used as the source for data binding.


Implementation
    public function get precision():int
    public function set precision(value:int):void

See also

footerPrecision
Method Detail
addEventListener()method
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void

Parameters

type:String
 
listener:Function
 
useCapture:Boolean (default = false)
 
priority:int (default = 0)
 
weakRef:Boolean (default = false)

dispatchEvent()method 
public function dispatchEvent(event:Event):Boolean

Parameters

event:Event

Returns
Boolean
eval()method 
public static function eval(dataProvider:Object, col:IDataGridFooterColumn):String

Parameters

dataProvider:Object
 
col:IDataGridFooterColumn

Returns
String
hasEventListener()method 
public function hasEventListener(type:String):Boolean

Parameters

type:String

Returns
Boolean
removeEventListener()method 
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void

Parameters

type:String
 
listener:Function
 
useCapture:Boolean (default = false)

willTrigger()method 
public function willTrigger(type:String):Boolean

Parameters

type:String

Returns
Boolean