Package | ardisia.components.menuBar |
Class | public class MenuBar |
Inheritance | MenuBar mx.controls.MenuBar |
Background skin and disabled icon are disabled.
View the technical documentation on the Ardisia Labs website for more information.
DESIGN NOTES:
Default MXML PropertydataProvider
Method | Defined By | ||
---|---|---|---|
bringToFront():void
Brings the activeMenu to the front of the popup display list. | MenuBar | ||
eventHandler(event:Event):void
Handles events for the component. | MenuBar | ||
offsetMenu(menu:Menu):void
Offsets the top level menu based on offset styles. | MenuBar |
bringToFront | () | method |
protected function bringToFront():void
Brings the activeMenu to the front of the popup display list.
eventHandler | () | method |
protected function eventHandler(event:Event):void
Handles events for the component.
Parameters
event:Event — the Event that triggered the handler
|
offsetMenu | () | method |
protected function offsetMenu(menu:Menu):void
Offsets the top level menu based on offset styles.
Parameters
menu:Menu — the Menu to offset
|