Class DisableFormulaCachingCommand

java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.formula.command.DisableFormulaCachingCommand
All Implemented Interfaces:
ILayerCommand

public class DisableFormulaCachingCommand extends AbstractContextFreeCommand
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 Details

    • DisableFormulaCachingCommand

      public DisableFormulaCachingCommand()