com.vaadin.flow.component.grid.contextmenu.

Class GridContextMenu<T>

    • Constructor Detail

      • GridContextMenu

        public GridContextMenu()

        Creates an empty context menu to be used with a Grid.

      • GridContextMenu

        public GridContextMenu(Grid<T> target)

        Creates an empty context menu with the given target component.

        Parameters:

        target - the target component for this context menu

        See Also:

        setTarget(Component)