Class GroupRowReorderEndCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<RowReorderEndCommand>
org.eclipse.nebula.widgets.nattable.group.performance.command.GroupRowReorderEndCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<RowReorderEndCommand>
public class GroupRowReorderEndCommandHandler
extends AbstractLayerCommandHandler<RowReorderEndCommand>
Command handler for the
RowReorderEndCommand that is registered on
the positionLayer of the RowGroupHeaderLayer to avoid handling in
case the reordering would break an unbreakable group.- Since:
- 1.6
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
GroupRowReorderEndCommandHandler
-
-
Method Details
-
doCommand
- Specified by:
doCommandin classAbstractLayerCommandHandler<RowReorderEndCommand>
-
getCommandClass
-