You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.contextmenu.

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: