| Package | com.iwobanas.controls.dataGridClasses |
| Class | public class MDataGridEvent |
| Inheritance | MDataGridEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
MDataGridEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
| MDataGridEvent | ||
| Constant | Defined 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 | ||
| MDataGridEvent | () | constructor |
public function MDataGridEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Constructor.
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| FILTER_CHANGE | constant |
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_CHANGE | constant |
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_CHANGE | constant |
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.