Packagecom.flexicious.grids.events
Classpublic class FilterPageSortChangeEvent
InheritanceFilterPageSortChangeEvent Inheritance flash.events.Event
Subclasses PrintExportDataRequestEvent

Event fired when the filter, page or sort state of the grid changes.



Public Properties
 PropertyDefined By
  cause : String
Whether it was a filter,page or sort that caused this change.
FilterPageSortChangeEvent
  filter : Filter
The filter that is associated with this event.
FilterPageSortChangeEvent
  triggerEvent : Event
The original event that triggered the filter event
FilterPageSortChangeEvent
Public Methods
 MethodDefined By
  
FilterPageSortChangeEvent(type:String, filter:Filter, bubbles:Boolean = false, cancelable:Boolean = true)
Constructor.
FilterPageSortChangeEvent
Public Constants
 ConstantDefined By
  DESTROY : String = destroy
[static]
FilterPageSortChangeEvent
  FILTER_CHANGE : String = filterChange
[static]
FilterPageSortChangeEvent
  FILTER_PAGE_SORT_CHANGE : String = filterPageSortChange
[static]
FilterPageSortChangeEvent
  PAGE_CHANGE : String = pageChange
[static]
FilterPageSortChangeEvent
  SORT_CHANGE : String = sortChange
[static]
FilterPageSortChangeEvent
Property Detail
causeproperty
public var cause:String

Whether it was a filter,page or sort that caused this change.

filterproperty 
public var filter:Filter

The filter that is associated with this event.

triggerEventproperty 
public var triggerEvent:Event

The original event that triggered the filter event

Constructor Detail
FilterPageSortChangeEvent()Constructor
public function FilterPageSortChangeEvent(type:String, filter:Filter, bubbles:Boolean = false, cancelable:Boolean = true)

Constructor.

Parameters
type:String — The event type; indicates the action that caused the event.
 
filter:Filter — Specifies whether the event can bubble up the display list hierarchy.
 
bubbles:Boolean (default = false) — Specifies whether the behavior associated with the event can be prevented.
 
cancelable:Boolean (default = true)
Constant Detail
DESTROYConstant
public static const DESTROY:String = destroy

FILTER_CHANGEConstant 
public static const FILTER_CHANGE:String = filterChange

FILTER_PAGE_SORT_CHANGEConstant 
public static const FILTER_PAGE_SORT_CHANGE:String = filterPageSortChange

PAGE_CHANGEConstant 
public static const PAGE_CHANGE:String = pageChange

SORT_CHANGEConstant 
public static const SORT_CHANGE:String = sortChange