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
Command to remove a row group identified by a row index.
- Since:
- 1.6
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.nebula.widgets.nattable.command.ILayerCommand
cloneCommand, convertToTargetLayer
-
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.
-