| Package | com.flexicious.grids.columns.footers |
| Interface | public interface IDataGridFooterCell |
| Implementors | DataGridFooterCell |
See also
| Property | Defined By | ||
|---|---|---|---|
| column : Object | IDataGridFooterCell | ||
| footerRenderer : IListItemRenderer | IDataGridFooterCell | ||
| footerRow : DataGridFooterRow | IDataGridFooterCell | ||
| label : String | IDataGridFooterCell | ||
| labelFunction : Function | IDataGridFooterCell | ||
| column | property |
column:Object public function get column():Object public function set column(value:Object):void| footerRenderer | property |
footerRenderer:IListItemRenderer public function get footerRenderer():IListItemRenderer public function set footerRenderer(value:IListItemRenderer):void| footerRow | property |
footerRow:DataGridFooterRow public function get footerRow():DataGridFooterRow public function set footerRow(value:DataGridFooterRow):void| label | property |
label:String public function get label():String public function set label(value:String):void| labelFunction | property |
labelFunction:Function public function get labelFunction():Function public function set labelFunction(value:Function):void