Package | ch.unil.cbg.ExpressionView.events |
Class | public class MenuEvent |
Inheritance | MenuEvent ![]() |
Property | Defined By | ||
---|---|---|---|
data : Array | MenuEvent |
Method | Defined By | ||
---|---|---|---|
MenuEvent(_type:String, _data:Array = null, _bubbles:Boolean = true, _cancelable:Boolean = true) | MenuEvent | ||
clone():Event [override] | MenuEvent |
Constant | Defined By | ||
---|---|---|---|
ALPHA : String = Alpha [static] | MenuEvent | ||
DEFAULT_POSITIONS : String = DefaultPositions [static] | MenuEvent | ||
EXCEL_EXPORT : String = ExcelExport [static] | MenuEvent | ||
FILLING : String = Filling [static] | MenuEvent | ||
FULLSCREEN : String = Fullscreen [static] | MenuEvent | ||
HIGHLIGHTING : String = Highlighting [static] | MenuEvent | ||
MODE : String = Behavior [static] | MenuEvent | ||
OPEN : String = Open [static] | MenuEvent | ||
OUTLINE : String = Outline [static] | MenuEvent | ||
PANELS : String = Panels [static] | MenuEvent | ||
PDF_EXPORT : String = PDFExport [static] | MenuEvent |
data | property |
public var data:Array
MenuEvent | () | Constructor |
public function MenuEvent(_type:String, _data:Array = null, _bubbles:Boolean = true, _cancelable:Boolean = true)
_type:String | |
_data:Array (default = null )
| |
_bubbles:Boolean (default = true )
| |
_cancelable:Boolean (default = true )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
ALPHA | Constant |
public static const ALPHA:String = Alpha
DEFAULT_POSITIONS | Constant |
public static const DEFAULT_POSITIONS:String = DefaultPositions
EXCEL_EXPORT | Constant |
public static const EXCEL_EXPORT:String = ExcelExport
FILLING | Constant |
public static const FILLING:String = Filling
FULLSCREEN | Constant |
public static const FULLSCREEN:String = Fullscreen
HIGHLIGHTING | Constant |
public static const HIGHLIGHTING:String = Highlighting
MODE | Constant |
public static const MODE:String = Behavior
OPEN | Constant |
public static const OPEN:String = Open
OUTLINE | Constant |
public static const OUTLINE:String = Outline
PANELS | Constant |
public static const PANELS:String = Panels
PDF_EXPORT | Constant |
public static const PDF_EXPORT:String = PDFExport