Class TurnViewportOffCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.print.command.TurnViewportOffCommand
- All Implemented Interfaces:
ILayerCommand
This command is handled by the viewport. It essentially causes the viewport
to turn off by relaying all dimension requests to the underlying scrollable
layer.
This is useful when operations have to be performed on the entire grid
including the areas outside the viewport. Example printing, excel export,
auto resize all columns etc.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayer
-
Constructor Details
-
TurnViewportOffCommand
public TurnViewportOffCommand()
-