Package com.jbstrap.core.event
Class ListGridColumnMoveEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.BaseJBStrapEvent
com.jbstrap.core.event.ListGridColumnMoveEvent
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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the moved columnGets the moved column's new indexMethods 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
-
ListGridColumnMoveEvent
public ListGridColumnMoveEvent()
-
-
Method Details
-
getColumnName
Gets the name of the moved column- Returns:
- The name of the moved column
-
getNextColumnName
Gets the moved column's new index- Returns:
- The moved column's new index
-