Packagecom.iwobanas.controls.dataGridClasses
Classpublic class DropDownFilterHeaderRenderer
InheritanceDropDownFilterHeaderRenderer Inheritance mx.containers.HBox
Implementsmx.controls.listClasses.IListItemRenderer

The DropDownFilterHeaderRenderer class defines the header renderer for MDataGridColumn. The DropDownFilterHeaderRenderer consists of the label displaying header text and the button opening filter editor as a dropdown just below this renderer.



Public Properties
 PropertyDefined by
  column : MDataGridColumn
MDataGrid column related to this header renderer.
DropDownFilterHeaderRenderer
  filterButton : Button
Button opening the filter editor.
DropDownFilterHeaderRenderer
  headerLabel : Label
Label component displaying header text.
DropDownFilterHeaderRenderer
Public Methods
 MethodDefined by
  
Constructor.
DropDownFilterHeaderRenderer
Styles
 StyleDescriptionDefined by
  
filterButtonActiveStyleName
Type: String   CSS Inheritance: no
The name of a CSS style declaration for controlling the appearance of the filter button when filter is active.
DropDownFilterHeaderRenderer
  
filterButtonStyleName
Type: String   CSS Inheritance: no
The name of a CSS style declaration for controlling the appearance of the filter button when filter is not active.
DropDownFilterHeaderRenderer
Property detail
columnproperty
public var column:MDataGridColumn

MDataGrid column related to this header renderer.

filterButtonproperty 
public var filterButton:Button

Button opening the filter editor. The styleName of this button is changed when filter becomes active/inactive.

headerLabelproperty 
public var headerLabel:Label

Label component displaying header text.

Constructor detail
DropDownFilterHeaderRenderer()constructor
public function DropDownFilterHeaderRenderer()

Constructor.