Class GroupRowsEvent
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.event.VisualRefreshEvent
org.eclipse.nebula.widgets.nattable.group.event.GroupRowsEvent
- All Implemented Interfaces:
ILayerEvent
,IVisualChangeEvent
Event to inform about a created row group.
- Since:
- 1.6
-
Constructor Summary
ModifierConstructorDescriptionprotected
GroupRowsEvent
(GroupRowsEvent event) GroupRowsEvent
(ILayer layer) -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.VisualRefreshEvent
convertToLocal, getChangedPositionRectangles, getLayer
-
Constructor Details
-
GroupRowsEvent
-
GroupRowsEvent
-
-
Method Details
-
cloneEvent
- Specified by:
cloneEvent
in interfaceILayerEvent
- Overrides:
cloneEvent
in classVisualRefreshEvent
- Returns:
- A cloned copy of the event. This cloned copy is provided to each listener.
-