DwtMenuItem
From Zimbra :: Wiki
Parent must be a DwtMenu object
Methods
DwtMenuItem(parent, style, radioGroupId, index, className, posStyle)
parent- the parent widget, must be a
DwtMenuobject
- style menu item's style
- radioGroupId radio group that the menu item is part of
- index position in menu
- className a CSS class
- posStyle positioning style
addSelectionListener(listener)
removeSelectionListener()
getChecked()
setChecked(checked, skipNotify)
setEnabled(enabled)
getDisabledImage()
setDisabledImage(imageInfo)
getImage()
setImage(imageInfo)
getMenu()
setMenu(menuOrCallback)
Adds a sub-menu to this menu item.
menuOrCallback- The dropdown menu or an AjxCallback object. If a callback is given, it is called the first time the menu is requested. The callback must return a valid DwtMenu object.
setSize(width, height)
getText()
setText(text)
setSelectedStyle()
setTriggeredStyle()
| Verified Against: unknown | Date Created: 4/16/2006 |
| Article ID: http://wiki.zimbra.com/index.php?title=DwtMenuItem | Date Modified: 09/22/2008 |

