Class CreateRowGroupCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.group.command.CreateRowGroupCommand
- All Implemented Interfaces:
ILayerCommand,IRowGroupCommand
Command to create a row group.
- Since:
- 1.6
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.nebula.widgets.nattable.command.ILayerCommand
cloneCommand, convertToTargetLayer
-
Constructor Details
-
CreateRowGroupCommand
- Parameters:
rowGroupName- The name that should be used for the new row group.
-
-
Method Details
-
getRowGroupName
- Returns:
- The name that should be used for the new row group.
-