Class DisableFormulaCachingCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.formula.command.DisableFormulaCachingCommand
- All Implemented Interfaces:
ILayerCommand
ILayerCommand that is used to disable formula result caching in the
FormulaDataProvider.
Disabling formula result caching means that the parsing and calculation processing is performed in the current thread and the processing is performed always.
- 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
-
DisableFormulaCachingCommand
public DisableFormulaCachingCommand()
-