Class ViewportSelectRowGroupCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<ViewportSelectRowGroupCommand>
org.eclipse.nebula.widgets.nattable.group.command.ViewportSelectRowGroupCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<ViewportSelectRowGroupCommand>
public class ViewportSelectRowGroupCommandHandler
extends AbstractLayerCommandHandler<ViewportSelectRowGroupCommand>
Command handler for the
ViewportSelectRowGroupCommand
. Calculates the
row group based on the row position contained in the command and triggers the
selection via SelectRegionCommand
.- Since:
- 1.6
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
doCommand
(ViewportSelectRowGroupCommand command) Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
ViewportSelectRowGroupCommandHandler
-
-
Method Details
-
doCommand
- Specified by:
doCommand
in classAbstractLayerCommandHandler<ViewportSelectRowGroupCommand>
-
getCommandClass
-