if (hasOverrideFunction == false)
{
definition.addStructureFunction(new WizardOverrideFormattingFunction());
}
final ProcessingContext reportContext = flowController.getReportContext();
this.definition = definition;
this.flowController = flowController;
this.attributeContext = new DefaultDataAttributeContext(reportContext.getOutputProcessorMetaData(),
reportContext.getResourceBundleFactory().getLocale());
final Object o = definition.getAttribute(AttributeNames.Wizard.NAMESPACE, AttributeNames.Wizard.ENABLE);
if (Boolean.TRUE.equals(o) == false)
{
return performRefreshPreProcessing();