Class ListGridColumnShowEvent


public class ListGridColumnShowEvent extends BaseJBStrapEvent
This class contains the data of the ListGrid Column show or hide 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 column is show or hide
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • ListGridColumnShowEvent

      public ListGridColumnShowEvent()
  • Method Details

    • isShow

      public Boolean isShow()
      Determinate the column is visible
      Returns:
      If true when column is visible
    • getColumnName

      public String getColumnName()
      Gets column name
      Returns:
      The column name