Class RowDeleteCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractMultiRowCommand
org.eclipse.nebula.widgets.nattable.data.command.RowDeleteCommand
- All Implemented Interfaces:
ILayerCommand
Command to delete a row.
- Since:
- 1.6
-
Constructor Summary
ModifierConstructorDescriptionprotected
RowDeleteCommand
(RowDeleteCommand command) Clone constructor.RowDeleteCommand
(ILayer layer, int... rowPositions) Creates aRowDeleteCommand
. -
Method Summary
Modifier and TypeMethodDescriptionSame semantics asObject.clone()
Used to make a copies of the command if has to passed to different layer stacks.Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractMultiRowCommand
convertToTargetLayer, getRowPositions, getRowPositionsArray, setRowPositions
-
Constructor Details
-
RowDeleteCommand
Creates aRowDeleteCommand
.- Parameters:
layer
- The layer to which the row positions match.rowPositions
- The row positions to delete.
-
RowDeleteCommand
Clone constructor.- Parameters:
command
- The command to clone.
-
-
Method Details
-
cloneCommand
Description copied from interface:ILayerCommand
Same semantics asObject.clone()
Used to make a copies of the command if has to passed to different layer stacks.- Returns:
- a cloned instance of the command
- See Also:
-