Class RowUpdateEvent
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.event.RowVisualChangeEvent
org.eclipse.nebula.widgets.nattable.layer.event.RowUpdateEvent
- All Implemented Interfaces:
ILayerEvent
,IVisualChangeEvent
-
Constructor Summary
ConstructorDescriptionRowUpdateEvent
(RowUpdateEvent event) RowUpdateEvent
(ILayer layer, int rowPosition) RowUpdateEvent
(ILayer layer, Range rowPositionRange) -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.RowVisualChangeEvent
convertToLocal, getChangedPositionRectangles, getLayer, getRowIndexes, getRowPositionRanges, setRowPositionRanges, toString
-
Constructor Details
-
RowUpdateEvent
-
RowUpdateEvent
-
RowUpdateEvent
-
-
Method Details
-
cloneEvent
- Returns:
- A cloned copy of the event. This cloned copy is provided to each listener.
-