Class fvaswing.cells.FvContextMenuCellEvent

Description

Event structure for FvContextMenu broadcasted throw a FvAbstractContextMenuCell cell.

See Also

Field Index

onContextCellItemEVENT, onContextCellMenuEVENT

Inherited from FvContextMenuEvent

Method Index

new FvContextMenuCellEvent()
clone()

Inherited from FvContextMenuEvent

Inherited from AbstractEvent

Constructor Detail

FvContextMenuCellEvent

public function FvContextMenuCellEvent(type:EventType, source:FvContextMenu, item:FvContextMenuItem)

Creates an event object that contains information about context menu events.

Field Detail

onContextCellItemEVENT

static public onContextCellItemEVENT:EventType
Triggered when user click on context menu item over a cell.

onContextCellMenuEVENT

static public onContextCellMenuEVENT:EventType
Triggered when user right-click over a cell to display the associated contextual menu.

Method Detail

clone

public function clone():FvContextMenuCellEvent

Creates a copy of the FvContextMenuCellEvent instance.

Return

FvContextMenuCellEvent instance

Specified By

clone() in fever.core.Cloneable

Overrides

clone() in fever.app.menu.FvContextMenuEvent