com.sapportals.admin.wizardframework.api
Interface IStaticWizardConfigurator

All Superinterfaces:
IWizardConfigurator
All Known Implementing Classes:
AbstractStaticWizard

public interface IStaticWizardConfigurator
extends IWizardConfigurator


Method Summary
 void setupWizard(IConfigurableWizard wizard, com.sapportals.portal.prt.component.IPortalComponentProfile profile)
          Deprecated. The concept of static wizards has been abandoned - please use dynamic wizards only. setup your wizard in this function by adding panes, transitions and dependencies.
 
Methods inherited from interface com.sapportals.admin.wizardframework.api.IWizardConfigurator
initWizardSession, processWizardParams
 

Method Detail

setupWizard

public void setupWizard(IConfigurableWizard wizard,
                        com.sapportals.portal.prt.component.IPortalComponentProfile profile)
Deprecated. The concept of static wizards has been abandoned - please use dynamic wizards only. setup your wizard in this function by adding panes, transitions and dependencies.

Parameters:
wizard - - the IConfigurableWizard instance used to set up the wizard.
profile - - the IPortalComponentProfile of the wizard.
params - - the parameters to the initial request to the wizard
languageResources - - the appropriate resource bundle for the request locale (based on localization*.properties)