Class EnableFormulaCachingCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.formula.command.EnableFormulaCachingCommand
- All Implemented Interfaces:
ILayerCommand
ILayerCommand that is used to enable formula result caching in the
FormulaDataProvider.
Enabling formula result caching means that the parsing and calculation
processing is performed in a background thread and the processing is
performed only in case values in the IDataProvider have changed.
- Since:
- 1.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayer
-
Constructor Details
-
EnableFormulaCachingCommand
public EnableFormulaCachingCommand()
-