com.vaadin.flow.component.grid.contextmenu.

Class GridMenuItem<T>

All Implemented Interfaces:

AttachNotifier, DetachNotifier, HasAriaLabel, HasComponents, HasElement, HasEnabled, HasStyle, HasText, Serializable

public class GridMenuItem<T> extends MenuItemBase<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>>

Item component used inside GridContextMenu and GridSubMenu. This component can be created and added to a menu overlay with HasGridMenuItems.addItem(String, ComponentEventListener) and similar methods.

Author:

Vaadin Ltd.

See Also: