Class RowGroupReorderStartCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractRowCommand
org.eclipse.nebula.widgets.nattable.group.performance.command.RowGroupReorderStartCommand
- All Implemented Interfaces:
ILayerCommand
Command to start a row group reordering via drag mode.
The command does not inherit the RowReorderStartCommand as then it would be consumed first by the RowReorderLayer in the body layer stack and would not come to the row header layer stack.
- Since:
- 1.6
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedClone constructor.RowGroupReorderStartCommand(ILayer layer, int level, int fromRowPosition) -
Method Summary
Modifier and TypeMethodDescriptionSame semantics asObject.clone()Used to make a copies of the command if has to passed to different layer stacks.intgetLevel()Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractRowCommand
convertToTargetLayer, getLayer, getRowPosition, toString
-
Constructor Details
-
RowGroupReorderStartCommand
- Parameters:
layer- The layer to which the position matches.level- The group level on which the group reorder should be performed.fromRowPosition- The row position from which the reorder is started via drag.
-
RowGroupReorderStartCommand
Clone constructor.- Parameters:
command- The command to clone.
-
-
Method Details
-
getLevel
public int getLevel()- Returns:
- The group level on which the group reorder should be performed.
-
cloneCommand
Description copied from interface:ILayerCommandSame 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:
-