Class UngroupRowCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.group.command.UngroupRowCommand
- All Implemented Interfaces:
ILayerCommand,IRowGroupCommand
Command to remove fully selected rows from its parent row groups.
- 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
-
UngroupRowCommand
public UngroupRowCommand()
-