Packagecom.flexmonster.pivot.events
Classpublic class CellClickEvent
InheritanceCellClickEvent Inheritance mx.events.FlexEvent

A FlexPivotComponent instance dispatches CellClickEvent.CELL_CLICK when a grid cell is clicked.



Public Properties
 PropertyDefined By
  cell : PivotGridCell
CellClickEvent
Public Methods
 MethodDefined By
  
CellClickEvent
Public Constants
 ConstantDefined By
  CELL_CLICK : String = gridMouseClick
[static]
CellClickEvent
Property Detail
cellproperty
public var cell:PivotGridCell

Constructor Detail
CellClickEvent()Constructor
public function CellClickEvent(cell:PivotGridCell)



Parameters
cell:PivotGridCell
Constant Detail
CELL_CLICKConstant
public static const CELL_CLICK:String = gridMouseClick