Packagecom.flexicious.nestedtreedatagrid.pager
Classpublic class MultiColumnSortRenderer
InheritanceMultiColumnSortRenderer Inheritance mx.containers.TitleWindow
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  boxSort : Array
MultiColumnSortRenderer
  BTN_APPLY : Button
MultiColumnSortRenderer
  BTN_CANCEL : Button
MultiColumnSortRenderer
  BTN_CLEAR_ALL : Button
MultiColumnSortRenderer
  cbCol1 : Array
MultiColumnSortRenderer
  grid : FlexDataGrid
MultiColumnSortRenderer
  LBL_HEADER : Label
MultiColumnSortRenderer
  LBL_SORT_BY : Array
MultiColumnSortRenderer
  RBN_ASCENDING : Array
MultiColumnSortRenderer
  RBN_DESCENDING : Array
MultiColumnSortRenderer
  rptSorts : Repeater
MultiColumnSortRenderer
Public Methods
 MethodDefined By
  
Constructor.
MultiColumnSortRenderer
Protected Methods
 MethodDefined By
  
cbCol_openHandler(event:Event, idx:int):void
MultiColumnSortRenderer
  
isAscending(idx:int):Boolean
MultiColumnSortRenderer
  
isDescending(idx:int):Boolean
MultiColumnSortRenderer
  
loadColumns(lvl:FlexDataGridColumnLevel, dp:ArrayCollection, loadSorts:Boolean = false):void
MultiColumnSortRenderer
  
onMenuClick(event:MenuEvent):void
MultiColumnSortRenderer
  
MultiColumnSortRenderer
Property Detail
boxSortproperty
public var boxSort:Array

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

BTN_APPLYproperty 
public var BTN_APPLY:Button

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

BTN_CANCELproperty 
public var BTN_CANCEL:Button

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

BTN_CLEAR_ALLproperty 
public var BTN_CLEAR_ALL:Button

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

cbCol1property 
public var cbCol1:Array

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

gridproperty 
grid:FlexDataGrid

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


Implementation
    public function get grid():FlexDataGrid
    public function set grid(value:FlexDataGrid):void
LBL_HEADERproperty 
public var LBL_HEADER:Label

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

LBL_SORT_BYproperty 
public var LBL_SORT_BY:Array

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

RBN_ASCENDINGproperty 
public var RBN_ASCENDING:Array

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

RBN_DESCENDINGproperty 
public var RBN_DESCENDING:Array

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

rptSortsproperty 
public var rptSorts:Repeater

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

Constructor Detail
MultiColumnSortRenderer()Constructor
public function MultiColumnSortRenderer()

Constructor.

Method Detail
cbCol_openHandler()method
protected function cbCol_openHandler(event:Event, idx:int):void

Parameters

event:Event
 
idx:int

isAscending()method 
protected function isAscending(idx:int):Boolean

Parameters

idx:int

Returns
Boolean
isDescending()method 
protected function isDescending(idx:int):Boolean

Parameters

idx:int

Returns
Boolean
loadColumns()method 
protected function loadColumns(lvl:FlexDataGridColumnLevel, dp:ArrayCollection, loadSorts:Boolean = false):void

Parameters

lvl:FlexDataGridColumnLevel
 
dp:ArrayCollection
 
loadSorts:Boolean (default = false)

onMenuClick()method 
protected function onMenuClick(event:MenuEvent):void

Parameters

event:MenuEvent

titlewindow1_creationCompleteHandler()method 
protected function titlewindow1_creationCompleteHandler(event:FlexEvent):void

Parameters

event:FlexEvent