Class RowPositionHideCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<RowPositionHideCommand>
org.eclipse.nebula.widgets.nattable.hideshow.command.RowPositionHideCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<RowPositionHideCommand>
public class RowPositionHideCommandHandler
extends AbstractLayerCommandHandler<RowPositionHideCommand>
Command handler for the
RowPositionHideCommand. This handler is
intended to be registered with the RowHideShowLayer and only inspects
the row position. Typically the RowPositionHideCommand is handled by
layers that support special handling based on the column position, e.g. the
HierarchicalTreeLayer.- Since:
- 1.6
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
RowPositionHideCommandHandler
- Parameters:
rowHideShowLayer- TheIRowHideShowLayerto which this command handler should be registered.- Since:
- 2.0
-
-
Method Details
-
getCommandClass
-
doCommand
- Specified by:
doCommandin classAbstractLayerCommandHandler<RowPositionHideCommand>
-