Class ViewportSelectRowCommand

java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractRowCommand
org.eclipse.nebula.widgets.nattable.viewport.command.ViewportSelectRowCommand
All Implemented Interfaces:
ILayerCommand

public class ViewportSelectRowCommand extends AbstractRowCommand
Command to select a row. Note: The row position is in top level composite Layer (NatTable) coordinates
  • Constructor Details

    • ViewportSelectRowCommand

      public ViewportSelectRowCommand(ILayer layer, int rowPosition, boolean withShiftMask, boolean withControlMask)
    • ViewportSelectRowCommand

      protected ViewportSelectRowCommand(ViewportSelectRowCommand command)
  • Method Details