Dispatched when a filter icon is pressed.
If there is at least one event listener for this event the native filter window will not appear.
In other words, the component's handler will be replaced by the handler defined in your application. Use this event to create your own customized filter window.
public var object:Object
Object that contains the parameters to create your own filter window.
It contains the following parameters:
- hierarchyName - the unique name (id) of the hierarchy which should be shown in the filter window
- caption - the caption of the hierarchy which should be shown in the filter window
- x - the x coordinate of the filter window
- y - the y coordinate of the filter window
public function FilterEvent(type:String, object:Object) Parameters | type:String |
| |
| object:Object |
public static const OPEN:String = filterOpen
Wed Aug 10 2011, 07:13 PM +03:00