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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanMethods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
ViewportSelectColumnGroupCommandHandler
-
-
Method Details
-
doCommand
- Specified by:
doCommandin classAbstractLayerCommandHandler<ViewportSelectColumnGroupCommand>
-
getCommandClass
-