| Package | com.flexicious.grids.columns.footers |
| Class | public class DataGridFooterCell |
| Inheritance | DataGridFooterCell Object |
| Implements | IDataGridFooterCell, flash.events.IEventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| footerRenderer : IListItemRenderer | DataGridFooterCell | ||
| formatter : Formatter | DataGridFooterCell | ||
| label : String | DataGridFooterCell | ||
| labelFunction : Function | DataGridFooterCell | ||
| operation : String | DataGridFooterCell | ||
| precision : int | DataGridFooterCell | ||
| Method | Defined 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 | ||
| footerRenderer | property |
footerRenderer:IListItemRenderer
This property can be used as the source for data binding.
public function get footerRenderer():IListItemRenderer public function set footerRenderer(value:IListItemRenderer):voidSee also
| formatter | property |
formatter:Formatter
This property can be used as the source for data binding.
public function get formatter():Formatter public function set formatter(value:Formatter):voidSee also
| label | property |
label:String
This property can be used as the source for data binding.
public function get label():String public function set label(value:String):voidSee also
| labelFunction | property |
labelFunction:Function
This property can be used as the source for data binding.
public function get labelFunction():Function public function set labelFunction(value:Function):voidSee also
| operation | property |
operation:String
public function get operation():String public function set operation(value:String):voidSee also
| precision | property |
precision:int
This property can be used as the source for data binding.
public function get precision():int public function set precision(value:int):voidSee also
| 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 |
Boolean |
| eval | () | method |
public static function eval(dataProvider:Object, col:IDataGridFooterColumn):StringParameters
dataProvider:Object | |
col:IDataGridFooterColumn |
String |
| hasEventListener | () | method |
public function hasEventListener(type:String):Boolean
Parameters
type:String |
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 |
Boolean |