Packagecom.flexicious.nestedtreedatagrid.events
Classpublic class OlapFlexDataGridEvent
InheritanceOlapFlexDataGridEvent Inheritance FlexDataGridEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
 Inheritedcell : IFlexDataGridCell
The cell that triggered this event
FlexDataGridEvent
 Inheritedcolumn : FlexDataGridColumn
The column associated with the cell that triggered this event
FlexDataGridEvent
 Inheritedgrid : FlexDataGrid
The grid associated with the cell that triggered this event
FlexDataGridEvent
 InheritedisItemSelected : Boolean
For ITEM_CLICK, this flag indicates if the item is being selected or unselected.
FlexDataGridEvent
 Inheriteditem : Object
The data item associated with this cell
FlexDataGridEvent
 Inheritedlevel : FlexDataGridColumnLevel
The level associated with the cell that triggered this event
FlexDataGridEvent
 InheritedtriggerEvent : Event
The event that triggered this event.
FlexDataGridEvent
Public Methods
 MethodDefined By
  
OlapFlexDataGridEvent(type:String, grid:FlexDataGrid = null, level:FlexDataGridColumnLevel = null, column:FlexDataGridColumn = null, cell:IFlexDataGridCell = null, item:Object = null, triggerEvent:Event = null, bubbles:Boolean = false, cancelable:Boolean = true)
OlapFlexDataGridEvent
 Inherited
clone():Event
[override]
FlexDataGridEvent
Public Constants
 ConstantDefined By
 InheritedAUTO_REFRESH : String = autoRefresh
[static]
FlexDataGridEvent
 InheritedCELL_CREATED : String = cellCreated
[static]
FlexDataGridEvent
 InheritedCELL_RENDERED : String = cellRendered
[static]
FlexDataGridEvent
 InheritedCHANGE : String = change
[static]
FlexDataGridEvent
 InheritedCOLUMN_RESIZED : String = columnResized
[static]
FlexDataGridEvent
 InheritedCOLUMNS_RESIZED : String = columnsResized
[static]
FlexDataGridEvent
 InheritedCOLUMNS_SHIFT : String = columnsShift
[static]
FlexDataGridEvent
 InheritedCOLUMN_X_CHANGED : String = columnXChanged
[static]
FlexDataGridEvent
 InheritedCOMPONENTS_CREATED : String = componentsCreated
[static]
FlexDataGridEvent
 InheritedDATA_PROVIDER_CHANGE : String = dataProviderChange
[static]
FlexDataGridEvent
 InheritedDYNAMIC_ALL_LEVELS_CREATED : String = dynamicAllLevelsCreated
[static]
FlexDataGridEvent
 InheritedDYNAMIC_LEVEL_CREATED : String = dynamicLevelCreated
[static]
FlexDataGridEvent
 InheritedHEADER_CLICKED : String = headerClicked
[static]
FlexDataGridEvent
 InheritedICON_CLICK : String = iconClick
[static]
FlexDataGridEvent
 InheritedICON_MOUSE_OUT : String = iconMouseOut
[static]
FlexDataGridEvent
 InheritedICON_MOUSE_OVER : String = iconMouseOver
[static]
FlexDataGridEvent
 InheritedITEM_CLICK : String = itemClick
[static]
FlexDataGridEvent
 InheritedITEM_CLOSE : String = itemClose
[static]
FlexDataGridEvent
 InheritedITEM_CLOSING : String = itemClosing
[static]
FlexDataGridEvent
 InheritedITEM_DOUBLE_CLICK : String = itemDoubleClick
[static]
FlexDataGridEvent
 InheritedITEM_EDIT_BEGIN : String = itemEditBegin
[static]
FlexDataGridEvent
 InheritedITEM_EDIT_BEGINNING : String = itemEditBeginning
[static]
FlexDataGridEvent
 InheritedITEM_EDIT_CANCEL : String = itemEditCancel
[static]
FlexDataGridEvent
 InheritedITEM_EDIT_END : String = itemEditEnd
[static]
FlexDataGridEvent
 InheritedITEM_EDITOR_CREATED : String = itemEditorCreated
[static]
FlexDataGridEvent
 InheritedITEM_EDIT_VALUE_COMMIT : String = itemEditValueCommit
[static]
FlexDataGridEvent
 InheritedITEM_FOCUS_IN : String = itemFocusIn
[static]
FlexDataGridEvent
 InheritedITEM_OPEN : String = itemOpen
[static]
FlexDataGridEvent
 InheritedITEM_OPENING : String = itemOpening
[static]
FlexDataGridEvent
 InheritedITEM_RIGHT_CLICK : String = itemRightClick
[static]
FlexDataGridEvent
 InheritedITEM_ROLL_OUT : String = itemRollOut
[static]
FlexDataGridEvent
 InheritedITEM_ROLL_OVER : String = itemRollOver
[static]
FlexDataGridEvent
  OLAP_COLUMN_CREATED : String = olapColumnCreated
[static]
OlapFlexDataGridEvent
  OLAP_COLUMN_GROUP_CREATED : String = olapColumnGroupCreated
[static]
OlapFlexDataGridEvent
  OLAP_COLUMNS_CREATED : String = olapColumnsCreated
[static]
OlapFlexDataGridEvent
  OLAP_DATA_PROVIDER_CONVERTED : String = olapDataProviderConverted
[static]
OlapFlexDataGridEvent
 InheritedPLACING_SECTIONS : String = placingSections
[static]
FlexDataGridEvent
 InheritedPREBUILT_FILTER_RUN : String = prebuiltFilterRun
[static]
FlexDataGridEvent
 InheritedRENDERER_INITIALIZED : String = rendererInitialized
[static]
FlexDataGridEvent
 InheritedSELECT_ALL_CHECKBOX_CHANGED : String = selectAllCheckBoxChanged
[static]
FlexDataGridEvent
Constructor Detail
OlapFlexDataGridEvent()Constructor
public function OlapFlexDataGridEvent(type:String, grid:FlexDataGrid = null, level:FlexDataGridColumnLevel = null, column:FlexDataGridColumn = null, cell:IFlexDataGridCell = null, item:Object = null, triggerEvent:Event = null, bubbles:Boolean = false, cancelable:Boolean = true)



Parameters
type:String
 
grid:FlexDataGrid (default = null)
 
level:FlexDataGridColumnLevel (default = null)
 
column:FlexDataGridColumn (default = null)
 
cell:IFlexDataGridCell (default = null)
 
item:Object (default = null)
 
triggerEvent:Event (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = true)
Constant Detail
OLAP_COLUMN_CREATEDConstant
public static const OLAP_COLUMN_CREATED:String = olapColumnCreated

OLAP_COLUMN_GROUP_CREATEDConstant 
public static const OLAP_COLUMN_GROUP_CREATED:String = olapColumnGroupCreated

OLAP_COLUMNS_CREATEDConstant 
public static const OLAP_COLUMNS_CREATED:String = olapColumnsCreated

OLAP_DATA_PROVIDER_CONVERTEDConstant 
public static const OLAP_DATA_PROVIDER_CONVERTED:String = olapDataProviderConverted