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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandoCommand(ViewportSelectRowGroupCommand command) Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
ViewportSelectRowGroupCommandHandler
-
-
Method Details
-
doCommand
- Specified by:
doCommandin classAbstractLayerCommandHandler<ViewportSelectRowGroupCommand>
-
getCommandClass
-