Class SelectRowGroupsCommand

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

public class SelectRowGroupsCommand extends AbstractRowCommand
  • Constructor Details

    • SelectRowGroupsCommand

      public SelectRowGroupsCommand(ILayer layer, int columnPosition, int rowPosition, boolean withShiftMask, boolean withControlMask, boolean moveAnchortoTopOfGroup)
    • SelectRowGroupsCommand

      public SelectRowGroupsCommand(ILayer layer, int columnPosition, int rowPosition, boolean withShiftMask, boolean withControlMask, boolean moveAnchortoTopOfGroup, int rowPositionToMoveIntoViewport)
    • SelectRowGroupsCommand

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

      protected SelectRowGroupsCommand(SelectRowGroupsCommand command)
  • Method Details

    • getColumnPosition

      public int getColumnPosition()
    • isWithShiftMask

      public boolean isWithShiftMask()
    • isWithControlMask

      public boolean isWithControlMask()
    • cloneCommand

      public SelectRowGroupsCommand cloneCommand()
      Description copied from interface: ILayerCommand
      Same semantics as Object.clone() Used to make a copies of the command if has to passed to different layer stacks.
      Returns:
      a cloned instance of the command
      See Also:
    • isMoveAnchorToTopOfGroup

      public boolean isMoveAnchorToTopOfGroup()
    • getRowPositionToMoveIntoViewport

      public int getRowPositionToMoveIntoViewport()