Class ColumnGroupsCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<IColumnGroupCommand>
org.eclipse.nebula.widgets.nattable.group.command.ColumnGroupsCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<IColumnGroupCommand>
-
Constructor Summary
ConstructorDescriptionColumnGroupsCommandHandler
(ColumnGroupModel model, SelectionLayer selectionLayer, ColumnGroupHeaderLayer contextLayer) -
Method Summary
Modifier and TypeMethodDescriptionboolean
doCommand
(IColumnGroupCommand command) void
handleGroupColumnsCommand
(String columnGroupName) void
protected void
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
ColumnGroupsCommandHandler
public ColumnGroupsCommandHandler(ColumnGroupModel model, SelectionLayer selectionLayer, ColumnGroupHeaderLayer contextLayer)
-
-
Method Details
-
doCommand
- Specified by:
doCommand
in classAbstractLayerCommandHandler<IColumnGroupCommand>
-
getCommandClass
-
loadSelectedColumnsIndexesWithPositions
protected void loadSelectedColumnsIndexesWithPositions() -
handleGroupColumnsCommand
-
handleUngroupCommand
public void handleUngroupCommand()
-