private boolean useToolKitMenu;
public TransformationPageConfig(InterchangeView view, EntityPageFactory pageFactory,
DataFileProvider dataFileProvider, Action loginAction, DebugActions debugActions) {
impl = new DefaultPageConfig(view, pageFactory);
this.dataFileProvider = dataFileProvider;
this.loginAction = loginAction;
this.debugActions = debugActions;
formulaDisplayerFactory = new FormulaDisplayerFactory();
}