Uses of Class
com.vaadin.flow.component.grid.contextmenu.GridMenuItem
-
Packages that use GridMenuItem Package Description com.vaadin.flow.component.grid.contextmenu -
-
Uses of GridMenuItem in com.vaadin.flow.component.grid.contextmenu
Methods in com.vaadin.flow.component.grid.contextmenu that return GridMenuItem Modifier and Type Method Description GridMenuItem<T>GridContextMenu. addItem(com.vaadin.flow.component.Component component, com.vaadin.flow.component.ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener)GridMenuItem<T>GridContextMenu. addItem(String text, com.vaadin.flow.component.ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener)GridMenuItem<T>GridSubMenu. addItem(com.vaadin.flow.component.Component component, com.vaadin.flow.component.ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener)GridMenuItem<T>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 GridMenuItem Modifier and Type Method Description protected MenuManager<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>>GridContextMenu. createMenuManager(com.vaadin.flow.function.SerializableRunnable contentReset)protected MenuManager<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>>GridSubMenu. createMenuManager()Constructors in com.vaadin.flow.component.grid.contextmenu with parameters of type GridMenuItem Constructor Description GridSubMenu(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.
-