Packagecom.flexmonster.pivot.events
Classpublic class FilterEvent
InheritanceFilterEvent Inheritance mx.events.FlexEvent

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 Properties
 PropertyDefined By
  object : Object
Object that contains the parameters to create your own filter window.
FilterEvent
Public Methods
 MethodDefined By
  
FilterEvent(type:String, object:Object)
FilterEvent
Public Constants
 ConstantDefined By
  OPEN : String = filterOpen
[static]
FilterEvent
Property Detail
objectproperty
public var object:Object

Object that contains the parameters to create your own filter window. It contains the following parameters:

  1. hierarchyName - the unique name (id) of the hierarchy which should be shown in the filter window
  2. caption - the caption of the hierarchy which should be shown in the filter window
  3. x - the x coordinate of the filter window
  4. y - the y coordinate of the filter window

Constructor Detail
FilterEvent()Constructor
public function FilterEvent(type:String, object:Object)



Parameters
type:String
 
object:Object
Constant Detail
OPENConstant
public static const OPEN:String = filterOpen