Package | com.adobe.csxs.events |
Class | public class MenuClickEvent |
Inheritance | MenuClickEvent ![]() |
Property | Defined by | ||
---|---|---|---|
menuId : String
The unique identifier of the panel menu command that generated this event.
| MenuClickEvent | ||
menuName : String
The display name of the panel menu command that generated this event.
| MenuClickEvent |
Method | Defined by | ||
---|---|---|---|
MenuClickEvent(menuId:String, menuName:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates the event object.
| MenuClickEvent | ||
clone():Event
Creates a copy of this object and sets the value of each property to match that of the original.
| MenuClickEvent | ||
toString():String
Creates a string that contains all the properties of this object, in this format:
| MenuClickEvent |
Constant | Defined by | ||
---|---|---|---|
FLYOUT_MENU_CLICK : String = "flyoutMenuClick" [static]
The event type contant.
| MenuClickEvent |
menuId | property |
public var menuId:String
The unique identifier of the panel menu command that generated this event.
menuName | property |
public var menuName:String
The display name of the panel menu command that generated this event.
MenuClickEvent | () | constructor |
public function MenuClickEvent(menuId:String, menuName:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates the event object.
ParametersmenuId:String — The unique identifier of the panel menu command.
|
|
menuName:String — The display name of the panel menu command.
|
|
bubbles:Boolean (default = false ) — True to allow propagation of this event.
|
|
cancelable:Boolean (default = false ) — True if the behavior associated with the event can be prevented.
|
clone | () | method |
public override function clone():Event
Creates a copy of this object and sets the value of each property to match that of the original.
ReturnsEvent — The new object.
|
toString | () | method |
public override function toString():String
Creates a string that contains all the properties of this object, in this format:
[MenuClickEvent type=value bubbles=value cancelable=value ... delta=value]
String — The properties string.
|
FLYOUT_MENU_CLICK | constant |
public static const FLYOUT_MENU_CLICK:String = "flyoutMenuClick"
The event type contant.