Get the parent memu associated with this menu item.
Get the model of this menu item.
Set a parent menu associated with this menu item.
Set a model of this menu item.
Generated using TypeDoc
An abstract base class for
menu itemcomponent. This class provides you a default onClick event handler which automatically call the MenuItemModel.actionPerformedHandler if specified. It also resets the current focusing component if MenuItemModel.autoResetFocus is set totrue. Amenu itemcan be, but not necessary, in a parentmenu. It is up to each component implementation which is a sub class of this class to decide that it is required to allow amenu itemcan be displayed standalone outside the parentmenuor not.shiorin, tee4cute
MenuItemModel
AbstractMenu