|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.portal.prt.component.AbstractPortalComponent
com.sapportals.admin.wizardframework.AbstractDynamicWizard
public abstract class AbstractDynamicWizard
A class that defines a dynamic wizard. Extend this class and implement
IDynamicWizardConfigurator.setupWizard(IConfigurableWizard, IPortalComponentProfile, Map, ResourceBundle)
to define a dynamic wizard.
In dynamic wizards (as opposed to static wizards), a new instance of the
wizard structure is created for each request, such that a wizard structure
can be created using arguments. It is recommended, for performance reasons,
to add panes by using their class names rather than by adding pane instances.
Each wizard has a toolbar containing a set of buttons used for navigating
between panes in the wizard. The toolbar contains the following buttons.
| Field Summary | |
|---|---|
static String |
BACK
Deprecated. A constant that defines the Back button on the wizard toolbar. |
static String |
CANCEL
Deprecated. A constant that defines the Cancel button on the wizard toolbar. |
static String |
FINISH
Deprecated. A constant that defines the Finish button on the wizard toolbar. |
static String |
NEXT
Deprecated. A constant that defines the Next button on the wizard toolbar. |
static String |
PREV
Deprecated. A constant that defines the Previous button on the wizard toolbar. |
static String |
STEP_NO_OFFSET
Deprecated. A constant that defines the step offset. |
static String |
WIZARD_PARAMETERS
Deprecated. The key to store the session parameters. |
| Constructor Summary | |
|---|---|
AbstractDynamicWizard()
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
doContent(IPortalComponentRequest request,
IPortalComponentResponse response)
Deprecated. Performs the logic for the wizard instance. |
void |
initWizardSession(IWizardContext ctx)
Deprecated. Initializes the wizard session. |
Map |
processWizardParams(Map originalParams)
Deprecated. Processes the wizard parameters after the wizard setup. |
| Methods inherited from class com.sapportals.portal.prt.component.AbstractPortalComponent |
|---|
destroy, doAbout, doAfterContent, doBeforeContent, doComponentEvent, doEdit, doHandleEditData, doHelp, doOnNodeReady, doOnNodeRemove, doOnPOMReady, doPreview, doRefresh, doRequestEvent, getCacheDiscriminant, getCachingLevel, handleEvent, hasExpired, init, init, init, service |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sapportals.admin.wizardframework.api.IDynamicWizardConfigurator |
|---|
setupWizard |
| Field Detail |
|---|
public static final String NEXT
IConfigurableWizard.NEXT
public static final String BACK
IConfigurableWizard.BACK
public static final String PREV
IConfigurableWizard.PREV
public static final String FINISH
IConfigurableWizard.FINISH
public static final String CANCEL
IConfigurableWizard.CANCEL
public static final String WIZARD_PARAMETERS
com.sapportals.admin.wizardframework.util.WizardSession.WIZARD_PARAMETERS
public static final String STEP_NO_OFFSET
step_offset
| Constructor Detail |
|---|
public AbstractDynamicWizard()
| Method Detail |
|---|
protected void doContent(IPortalComponentRequest request,
IPortalComponentResponse response)
doWizard method.
doContent in class AbstractPortalComponentrequest - a portal requestresponse - a portal responsepublic Map processWizardParams(Map originalParams)
processWizardParams in interface IWizardConfiguratororiginalParams - initial parameters
public void initWizardSession(IWizardContext ctx)
initWizardSession in interface IWizardConfiguratorctx - the current wizard context| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com]
|
api
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com]
|
-
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||