Class UngroupByColumnCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<UngroupByColumnIndexCommand>
org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy.command.UngroupByColumnCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<UngroupByColumnIndexCommand>
public class UngroupByColumnCommandHandler
extends AbstractLayerCommandHandler<UngroupByColumnIndexCommand>
The
ILayerCommandHandler for handling
UngroupByColumnIndexCommands.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandoCommand(UngroupByColumnIndexCommand command) Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
UngroupByColumnCommandHandler
- Parameters:
groupByHeaderLayer- TheGroupByHeaderLayerto which this command handler is registered to. Is needed to modify theGroupByModeland fire the update events.
-
-
Method Details
-
doCommand
- Specified by:
doCommandin classAbstractLayerCommandHandler<UngroupByColumnIndexCommand>
-
getCommandClass
-