Uses of Class
com.vaadin.flow.component.grid.contextmenu.GridMenuItem
Packages that use GridMenuItem
-
Uses of GridMenuItem in com.vaadin.flow.component.grid.contextmenu
Methods in com.vaadin.flow.component.grid.contextmenu that return GridMenuItemModifier and TypeMethodDescriptionGridContextMenu.addItem(com.vaadin.flow.component.Component component, com.vaadin.flow.component.ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) GridContextMenu.addItem(String text, com.vaadin.flow.component.ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) GridSubMenu.addItem(com.vaadin.flow.component.Component component, com.vaadin.flow.component.ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) GridSubMenu.addItem(String text, com.vaadin.flow.component.ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) Methods in com.vaadin.flow.component.grid.contextmenu that return types with arguments of type GridMenuItemModifier and TypeMethodDescriptionprotected com.vaadin.flow.component.contextmenu.MenuManager<GridContextMenu<T>, GridMenuItem<T>, GridSubMenu<T>> GridContextMenu.createMenuManager(com.vaadin.flow.function.SerializableRunnable contentReset) protected com.vaadin.flow.component.contextmenu.MenuManager<GridContextMenu<T>, GridMenuItem<T>, GridSubMenu<T>> GridSubMenu.createMenuManager()Constructors in com.vaadin.flow.component.grid.contextmenu with parameters of type GridMenuItemModifierConstructorDescriptionGridSubMenu(GridMenuItem<T> parentMenuItem, com.vaadin.flow.function.SerializableRunnable contentReset) Creates a new instance of submenu using the associatedparentMenuItem(item which opens the submenu) and reset context menu callback.