Packagecom.flexicious.nestedtreedatagrid.events
Classpublic class FlexDataGridItemEditEvent
InheritanceFlexDataGridItemEditEvent Inheritance FlexDataGridEvent Inheritance flash.events.Event

This event is dispatched in relation to edit related events. It contains the reference to the item editor.



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
  itemEditor : UIComponent
FlexDataGridItemEditEvent
 Inheritedlevel : FlexDataGridColumnLevel
The level associated with the cell that triggered this event
FlexDataGridEvent
  newValue : *
Populated for ITEM_EDIT_VALUE_COMMIT.
FlexDataGridItemEditEvent
 InheritedtriggerEvent : Event
The event that triggered this event.
FlexDataGridEvent
Public Methods
 MethodDefined By
  
FlexDataGridItemEditEvent(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)
FlexDataGridItemEditEvent
 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
 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
Property Detail
itemEditorproperty
public var itemEditor:UIComponent

newValueproperty 
public var newValue:*

Populated for ITEM_EDIT_VALUE_COMMIT. Contains the value being committed.

Constructor Detail
FlexDataGridItemEditEvent()Constructor
public function FlexDataGridItemEditEvent(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)