Packagecom.flexicious.grids.columns.footers
Interfacepublic interface IDataGridFooterCell
Implementors DataGridFooterCell

See also

com.flexicious.grids.columns.footers.DataGridFooterCell


Public Properties
 PropertyDefined By
  column : Object
IDataGridFooterCell
  footerRenderer : IListItemRenderer
IDataGridFooterCell
  footerRow : DataGridFooterRow
IDataGridFooterCell
  label : String
IDataGridFooterCell
  labelFunction : Function
IDataGridFooterCell
Property Detail
columnproperty
column:Object


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


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


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


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


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