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

To make FlexPivotComponent instance dispatch FilterEvent.OPEN event each time a filter icon is pressed you need to set useExternalFilterView property to true. Otherwise, this event will not be dispatched.



Public Properties
 PropertyDefined By
  cellRect : Rectangle
Cell bounds to position the filter window.
FilterEvent
  hierarchy : HierarchyValueObject
Hierarchy which should be shown in the filter window.
FilterEvent
  isPage : Boolean
Determines whether hierarchy belongs to pages.
FilterEvent
  isTree : Boolean
Determines whether hierarchy has tree structure.
FilterEvent
Public Methods
 MethodDefined By
  
FilterEvent(type:String, hierarchy:HierarchyValueObject = null, cellRect:Rectangle = null, isPage:Boolean = false, isTree:Boolean = false)
FilterEvent
Public Constants
 ConstantDefined By
  OPEN : String = filterOpen
[static]
FilterEvent
Property Detail
cellRectproperty
public var cellRect:Rectangle

Cell bounds to position the filter window.

hierarchyproperty 
public var hierarchy:HierarchyValueObject

Hierarchy which should be shown in the filter window.

isPageproperty 
public var isPage:Boolean

Determines whether hierarchy belongs to pages.

isTreeproperty 
public var isTree:Boolean

Determines whether hierarchy has tree structure.

Constructor Detail
FilterEvent()Constructor
public function FilterEvent(type:String, hierarchy:HierarchyValueObject = null, cellRect:Rectangle = null, isPage:Boolean = false, isTree:Boolean = false)



Parameters
type:String
 
hierarchy:HierarchyValueObject (default = null)
 
cellRect:Rectangle (default = null)
 
isPage:Boolean (default = false)
 
isTree:Boolean (default = false)
Constant Detail
OPENConstant
public static const OPEN:String = filterOpen