Package com.jbstrap.core.event
Class ListGridColumnShowEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.BaseJBStrapEvent
com.jbstrap.core.event.ListGridColumnShowEvent
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
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.jbstrap.core.event.BaseJBStrapEvent
fireEvent
Methods inherited from class com.jbstrap.core.event.BaseEvent
getClient, getComponent, getEventId, getEventType, getSenderId
-
Constructor Details
-
ListGridColumnShowEvent
public ListGridColumnShowEvent()
-
-
Method Details
-
isShow
Determinate the column is visible- Returns:
- If
true
when column is visible
-
getColumnName
Gets column name- Returns:
- The column name
-