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