Class RowGroupReorderStartCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<RowGroupReorderStartCommand>
org.eclipse.nebula.widgets.nattable.group.performance.command.RowGroupReorderStartCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<RowGroupReorderStartCommand>
public class RowGroupReorderStartCommandHandler
extends AbstractLayerCommandHandler<RowGroupReorderStartCommand>
Command handler for the
RowGroupReorderStartCommand. Needed for
reordering via drag mode for setting the from position. This is necessary as
on drag the viewport could scroll and therefore the real from position could
not be determined anymore.- Since:
- 1.6
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandoCommand(RowGroupReorderStartCommand command) Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
RowGroupReorderStartCommandHandler
-
-
Method Details
-
doCommand
- Specified by:
doCommandin classAbstractLayerCommandHandler<RowGroupReorderStartCommand>
-
getCommandClass
-