Packagecom.iwobanas.controls.dataGridClasses
Classpublic class MDataGridEvent
InheritanceMDataGridEvent Inheritance flash.events.Event

The MDataGridEvent class represents associated with MDataGrid features.

See also

com.iwobanas.controls.MDataGridEvent
com.iwobanas.controls.dataGridClasses.filters.ColumnFilterBase


Public Methods
 MethodDefined by
  
MDataGridEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
MDataGridEvent
Public Constants
 ConstantDefined by
  FILTER_CHANGE : String = "filterChange"
[static] The MDataGridEvent.FILTER_CHANGE constant defines the value of the type property of the event object for a filterChange event, which indicates that the MDataGridColumn filter property was modified.
MDataGridEvent
  FILTER_VALUE_CHANGE : String = "filterValueChange"
[static] The MDataGridEvent.FILTER_VALUE_CHANGE constant defines the value of the type property of the event object for a filterValueChange event, which indicates that the ColumnFilterBase subclass filter value was modified.
MDataGridEvent
  ORIGINAL_COLLECTION_CHANGE : String = "originalCollectionChange"
[static] The MDataGridEvent.ORIGINAL_COLLECTION_CHANGE constant defines the value of the type property of the event object for a originalCollectionChange event, which indicates that the MDataGrid originalCollectionChange property was modified.
MDataGridEvent
Constructor detail
MDataGridEvent()constructor
public function MDataGridEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor.

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
FILTER_CHANGEconstant
public static const FILTER_CHANGE:String = "filterChange"

The MDataGridEvent.FILTER_CHANGE constant defines the value of the type property of the event object for a filterChange event, which indicates that the MDataGridColumn filter property was modified.

FILTER_VALUE_CHANGEconstant 
public static const FILTER_VALUE_CHANGE:String = "filterValueChange"

The MDataGridEvent.FILTER_VALUE_CHANGE constant defines the value of the type property of the event object for a filterValueChange event, which indicates that the ColumnFilterBase subclass filter value was modified.

ORIGINAL_COLLECTION_CHANGEconstant 
public static const ORIGINAL_COLLECTION_CHANGE:String = "originalCollectionChange"

The MDataGridEvent.ORIGINAL_COLLECTION_CHANGE constant defines the value of the type property of the event object for a originalCollectionChange event, which indicates that the MDataGrid originalCollectionChange property was modified.