Class MenuItem

All Implemented Interfaces:
AttachNotifier, ClickNotifier<MenuItem>, DetachNotifier, HasComponents, HasElement, HasEnabled, HasStyle, HasText, Serializable

public class MenuItem extends MenuItemBase<ContextMenu,MenuItem,SubMenu> implements ClickNotifier<MenuItem>
Item component used inside ContextMenu and SubMenu. This component can be created and added to a menu overlay with HasMenuItems.addItem(String, ComponentEventListener) and similar methods.
Author:
Vaadin Ltd.
See Also: