com.sapportals.admin.wizardframework.templates
Class AbstractActionState

java.lang.Object
  |
  +--com.sapportals.admin.wizardframework.components.AbstractWizardComponent
        |
        +--com.sapportals.admin.wizardframework.components.AbstractActionComponent
              |
              +--com.sapportals.admin.wizardframework.templates.AbstractActionState
All Implemented Interfaces:
IDependencyObject, IWizardComponent

public abstract class AbstractActionState
extends AbstractActionComponent


Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
AbstractActionState()
           
 
Method Summary
protected abstract  void doAction(IWizardContext ctx)
           
 void doBeforeDisplay(IWizardContext ctx)
          the default implemention does nothing before display
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractActionComponent
getDisplay
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
clearIfInconsistent, doAfterSubmit, getControlInFocus, getDescription, getErrorMessages, getPath, getProperty, getTitle, init, isComplete, isInitialized, isMandatory, processInput, setMandatory, setPath, setProperty, setTempProperty, setupComponent, wasChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractActionState

public AbstractActionState()
Method Detail

doBeforeDisplay

public void doBeforeDisplay(IWizardContext ctx)
Description copied from class: AbstractWizardComponent
the default implemention does nothing before display
Overrides:
doBeforeDisplay in class AbstractWizardComponent

doAction

protected abstract void doAction(IWizardContext ctx)