|
Sydney | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Widget | +--MenuItem | +--Actuator
Defined in menu.js
Field Summary | |
var |
_subMenu
|
Fields inherited from class MenuItem |
|
Fields inherited from class Widget |
html, id, parent, layoutData, eventTable
|
Constructor Summary | |
Actuator
(<string> label, <string> iconName, <Menu> subMenu)
An actuator is a menu item that causes a sub menu to fly out when it is activated. |
Method Summary | |
Menu
|
getSubMenu()
Returns the Menu that will be shown when this
acutator is actuated.
|
Methods inherited from class MenuItem |
getIcon, setIcon, getLabel, setLabel, getName
|
Field Detail |
var _subMenu
Constructor Detail |
function Actuator(<string> label, <string> iconName, <Menu> subMenu)
label
- the text to display for this menu item
iconName
- the URL of the icon to display for this menu item
subMenu
- the menu to display when this menu item is activated
Method Detail |
Menu getSubMenu()
Menu
that will be shown when this
acutator is actuated.
|
Sydney | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |