com.sapportals.admin.wizardframework.templates
Class AbstractWizard

java.lang.Object
  |
  +--com.sapportals.portal.prt.component.AbstractPortalComponent
        |
        +--com.sapportals.admin.wizardframework.AbstractDynamicWizard
              |
              +--com.sapportals.admin.wizardframework.templates.AbstractWizard
All Implemented Interfaces:
IDynamicWizardConfigurator, com.sapportals.portal.prt.component.IEventListenerComponent, com.sapportals.portal.prt.component.IPortalComponent, com.sapportals.portal.prt.component.IPortalComponentInit, IWizardConfigurator
Direct Known Subclasses:
AbstractPCMWizard

public abstract class AbstractWizard
extends AbstractDynamicWizard


Fields inherited from class com.sapportals.admin.wizardframework.AbstractDynamicWizard
BACK, CANCEL, FINISH, NEXT, PREV, STEP_NO_OFFSET, WIZARD_PARAMETERS
 
Constructor Summary
AbstractWizard()
           
 
Methods inherited from class com.sapportals.admin.wizardframework.AbstractDynamicWizard
doContent, initWizardSession, processWizardParams
 
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
 

Constructor Detail

AbstractWizard

public AbstractWizard()