Class RowDeleteEvent
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.event.RowVisualChangeEvent
org.eclipse.nebula.widgets.nattable.layer.event.RowStructuralChangeEvent
org.eclipse.nebula.widgets.nattable.layer.event.RowDeleteEvent
- All Implemented Interfaces:
ILayerEvent
,IStructuralChangeEvent
,IVisualChangeEvent
- Direct Known Subclasses:
RowObjectDeleteEvent
Event indicating that one ore more rows were deleted from the layer.
-
Constructor Summary
ModifierConstructorDescriptionprotected
RowDeleteEvent
(RowDeleteEvent event) Creates a new RowDeleteEvent based on the given instance.RowDeleteEvent
(ILayer layer, int rowPosition) Creates a new RowDeleteEvent based on the given information.RowDeleteEvent
(ILayer layer, Collection<Range> rowPositionRanges) Creates a new RowDeleteEvent based on the given information.RowDeleteEvent
(ILayer layer, Range... rowPositionRanges) Creates a new RowDeleteEvent based on the given information. -
Method Summary
Modifier and TypeMethodDescriptionboolean
convertToLocal
(ILayer localLayer) Convert the column/row positions carried by the event to the layer about to handle the event.Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.RowStructuralChangeEvent
getChangedPositionRectangles, getColumnDiffs, isHorizontalStructureChanged, isVerticalStructureChanged
Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.RowVisualChangeEvent
getLayer, getRowIndexes, getRowPositionRanges, setRowPositionRanges, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.nebula.widgets.nattable.layer.event.IVisualChangeEvent
getLayer
-
Constructor Details
-
RowDeleteEvent
Creates a new RowDeleteEvent based on the given information.- Parameters:
layer
- The ILayer to which the given row position matches.rowPosition
- The row position of the row that was deleted.
-
RowDeleteEvent
Creates a new RowDeleteEvent based on the given information.- Parameters:
layer
- The ILayer to which the given row positions match.rowPositionRanges
- The row position ranges for the rows that were deleted.
-
RowDeleteEvent
Creates a new RowDeleteEvent based on the given information.- Parameters:
layer
- The ILayer to which the given row positions match.rowPositionRanges
- The row position ranges for the rows that were deleted.
-
RowDeleteEvent
Creates a new RowDeleteEvent based on the given instance. Mainly needed for cloning.- Parameters:
event
- The RowDeleteEvent out of which the new instance should be created.
-
-
Method Details
-
cloneEvent
- Returns:
- A cloned copy of the event. This cloned copy is provided to each listener.
-
convertToLocal
Description copied from interface:ILayerEvent
Convert the column/row positions carried by the event to the layer about to handle the event.- Specified by:
convertToLocal
in interfaceILayerEvent
- Overrides:
convertToLocal
in classRowVisualChangeEvent
- Parameters:
localLayer
- layer about to receive the event- Returns:
- TRUE if successfully converted, FALSE otherwise
-
getDeletedRowIndexes
-
getRowDiffs
-