Class DisableFormulaCachingCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.formula.command.DisableFormulaCachingCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<DisableFormulaCachingCommand>
public class DisableFormulaCachingCommandHandler
extends Object
implements ILayerCommandHandler<DisableFormulaCachingCommand>
Disables the formula caching and background processing of formula parsing and
calculation in the
FormulaDataProvider.- Since:
- 1.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDisableFormulaCachingCommandHandler(FormulaDataProvider formulaDataProvider) -
Method Summary
Modifier and TypeMethodDescriptionbooleandoCommand(ILayer targetLayer, DisableFormulaCachingCommand command)
-
Constructor Details
-
DisableFormulaCachingCommandHandler
-
-
Method Details
-
doCommand
- Specified by:
doCommandin interfaceILayerCommandHandler<DisableFormulaCachingCommand>- Parameters:
targetLayer- the target layercommand- the command- Returns:
- true if the command has been handled, false otherwise
-
getCommandClass
- Specified by:
getCommandClassin interfaceILayerCommandHandler<DisableFormulaCachingCommand>
-