com.vaadin.flow.component.grid.dnd.

Class GridDragEndEvent<T>

    • Constructor Detail

      • GridDragEndEvent

        public GridDragEndEvent(Grid<T> source,
                                boolean fromClient)

        Creates a grid drag end event.

        Parameters:

        source - Component that was dragged.

        fromClient - true if the event originated from the client side, false otherwise