Class ListGridColumnMoveEvent


public class ListGridColumnMoveEvent extends BaseJBStrapEvent
This class contains the data of the ListGrid Column Move event. These are the following:
  • The client on which the event occurred
  • The ID of the component on which the event occurred
  • The event type
  • The instance of the component, on which the event occurred
  • The event's unique ID
  • The moved column name
  • The moved column's new index
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • ListGridColumnMoveEvent

      public ListGridColumnMoveEvent()
  • Method Details

    • getColumnName

      public String getColumnName()
      Gets the name of the moved column
      Returns:
      The name of the moved column
    • getNextColumnName

      public String getNextColumnName()
      Gets the moved column's new index
      Returns:
      The moved column's new index