Package | Description |
---|---|
com.vaadin.flow.component.grid.contextmenu |
Modifier and Type | Method and Description |
---|---|
GridMenuItem<T> |
GridSubMenu.addItem(Component component,
ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) |
GridMenuItem<T> |
GridContextMenu.addItem(Component component,
ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) |
GridMenuItem<T> |
GridSubMenu.addItem(String text,
ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) |
GridMenuItem<T> |
GridContextMenu.addItem(String text,
ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener) |
Modifier and Type | Method and Description |
---|---|
protected MenuManager<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>> |
GridSubMenu.createMenuManager() |
protected MenuManager<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>> |
GridContextMenu.createMenuManager(SerializableRunnable contentReset) |
Constructor and Description |
---|
GridSubMenu(GridMenuItem<T> parentMenuItem,
SerializableRunnable contentReset)
Creates a new instance of submenu using the associated
parentMenuItem (item which opens the submenu) and reset context
menu callback. |
Copyright © 2025. All rights reserved.