class CheckBoxMenuItem
- Extends:
- UIComponent, MenuItem
Description:
Check box menu item UI component that extends MenuItem class.
For more methods for this component check MenuItem and UIComponent class.
Constructor
constructor([text])
Constructor for Menu, MenuItem, CheckBoxMenuItem, and RadioButtonMenuItem.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
string |
Text displayed in the menu item |
Members
- [ readonly ] childCount
- [ readonly ] children
- [ readonly ] container
- [ readonly ] id
- [ readonly ] parent
- [ readonly ] screenPosition
Methods
From this class:
Inherited from UIComponent:
- addTo()
- cursor()
- destroy()
- emit()
- enabled()
- focusable()
- focused()
- getAncestor()
- getWindow()
- hide()
- icon()
- index()
- isInside()
- onAction()
- onAncestorEvents()
- onComponentEvents()
- onDispose()
- onError()
- onFocusEvents()
- onMouseEvents()
- onMouseMotion()
- onMouseWheel()
- onPropertyChange()
- remove()
- snapshot()
- text()
- tooltip()
- updateUI()
- verifyComponent()
- visible()
