Widget
FileChooser
BarLayout
DialogBox
Clock
MenuSeparator
Spacer
RadioButtonGroup
Container
Frame
Window
Label
TreeNode
TextField
Clickable
Button
CheckButton
RadioButton
Menu
MenuItem
ComboBox
MenuBar
Layout
GridLayout
Tree
TextArea
ScrollingFrame
|
MenuItem
Widget
->Clickable
->Menu
->MenuItem
Description
implements Java's JMenuItem. MenuItems are contains
in Menus.
Attributes
label
Sets the menu's title.
Default Value: null
enabled
Sets whether the MenuItem is enabled.
Default Value: true
mnemonic
When set to default, is not included in attributes.
Default Value: null
onClick
Sets the handler for the onClick event.
Default Value: null
|