Class DisplayRowGroupRenameDialogCommand

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

public class DisplayRowGroupRenameDialogCommand extends AbstractRowCommand implements IRowGroupCommand
Command to show the row group rename dialog and a rename of a row group if executed.
Since:
1.6
  • Constructor Details

    • DisplayRowGroupRenameDialogCommand

      public DisplayRowGroupRenameDialogCommand(NatTable natTable, int rowPosition)
      Parameters:
      rowPosition - the row position of the row group that should be renamed.
  • Method Details