Class RemoveRowGroupCommand

java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.group.command.RemoveRowGroupCommand
All Implemented Interfaces:
ILayerCommand, IRowGroupCommand

public class RemoveRowGroupCommand extends AbstractContextFreeCommand implements IRowGroupCommand
Command to remove a row group identified by a row index.
Since:
1.6
  • Constructor Details

    • RemoveRowGroupCommand

      public RemoveRowGroupCommand(int rowIndex)
      Parameters:
      rowIndex - The index of the row whose parent row group should be removed.
  • Method Details

    • getRowIndex

      public int getRowIndex()
      Returns:
      The index of the row whose parent row group should be removed.