AbstractMenu
contains all the functionality for the following classes:
The concrete Menu
classes themselves merely provide helpful constructor methods to making using
AbstractMenu
easier.
Attributes | Name and Description |
---|---|
|
caplin.component.menu.AbstractMenu(String sDescription, Function fHandler, Array pChildren)
This abstract class should never be constructed explicitly. |
►
caplin.component.menu.AbstractMenu(String sDescription, Function fHandler, Array pChildren)
This abstract class should never be constructed explicitly.
String | sDescription | Description or name of this menu item. |
Function | fHandler | Action fired when this menu item is clicked. |
Array | pChildren | Child menu items for this menu group or submenu. |