Package | Description |
---|---|
com.vaadin.flow.component.grid |
Modifier and Type | Method and Description |
---|---|
com.vaadin.flow.component.contextmenu.MenuItem |
GridContextMenu.addItem(Component component,
ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener)
Adds a new item component with the given component and click listener to
the context menu overlay.
|
com.vaadin.flow.component.contextmenu.MenuItem |
GridContextMenu.addItem(String text,
ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>> clickListener)
Adds a new item component with the given text content and click listener
to the context menu overlay.
|
Copyright © 2018. All rights reserved.