Interface ListGridColumnMoveHandler

All Superinterfaces:
BrowserEventHandler

public interface ListGridColumnMoveHandler extends BrowserEventHandler
ListGrid column move event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    ListGrid column move event handler
  • Method Details

    • onColumnMove

      void onColumnMove(ListGridColumnMoveEvent event)

      ListGrid column move event handler

      The event handler will be called, when the user moves (drag&drop) a column on the ListGrid component to another position.

      Parameters:
      event - The event object
      See Also: