Class RowObjectDeleteCommand<T>
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.data.command.RowObjectDeleteCommand<T>
- Type Parameters:
T
- The type contained in the backing data list.
- All Implemented Interfaces:
ILayerCommand
Command to delete row objects.
- Since:
- 1.6
-
Constructor Summary
ConstructorDescriptionRowObjectDeleteCommand
(List<T> rowObjects) Creates aRowObjectDeleteCommand
.RowObjectDeleteCommand
(T... rowObjects) Creates aRowObjectDeleteCommand
. -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayer
-
Constructor Details
-
RowObjectDeleteCommand
Creates aRowObjectDeleteCommand
.- Parameters:
rowObjects
- The row objects to delete.
-
RowObjectDeleteCommand
Creates aRowObjectDeleteCommand
.- Parameters:
rowObjects
- The row objects to delete.
-
-
Method Details
-
getObjectsToDelete
- Returns:
- The row objects that should be deleted.
-