Class RightClickMenu<T>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.contextmenu.ContextMenuBase<com.vaadin.flow.component.grid.contextmenu.GridContextMenu<T>,com.vaadin.flow.component.grid.contextmenu.GridMenuItem<T>,com.vaadin.flow.component.grid.contextmenu.GridSubMenu<T>>
com.vaadin.flow.component.grid.contextmenu.GridContextMenu<T>
com.storedobject.ui.RightClickMenu<T>
Type Parameters:
T - The type of data associated with the grid rows and menu items.
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasStyle, Serializable
Direct Known Subclasses:
ItemContextMenu, ItemTypeContextMenu

public class RightClickMenu<T> extends com.vaadin.flow.component.grid.contextmenu.GridContextMenu<T>
A specialized context menu that appears on right-click actions within a grid. Typically, instances of RightClickButtons are added to this menu. This menu dynamically updates its content based on specified predicates and actions of the RightClickButtons.
See Also: