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(Component component, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) GridContextMenu.addItem(String text, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) GridSubMenu.addItem(Component component, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) GridSubMenu.addItem(String text, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) Methods in com.vaadin.flow.component.grid.contextmenu that return types with arguments of type GridMenuItemModifier and TypeMethodDescriptionprotected MenuManager<GridContextMenu<T>,GridMenuItem<T>, GridSubMenu<T>> GridContextMenu.createMenuManager(SerializableRunnable contentReset) protected 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, SerializableRunnable contentReset) Creates a new instance of submenu using the associatedparentMenuItem(item which opens the submenu) and reset context menu callback.