com.sapportals.admin.wizardframework.templates
Class AbstractWizardPane

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

public abstract class AbstractWizardPane
extends FlowContainer


Fields inherited from class com.sapportals.admin.wizardframework.components.FlowContainer
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
AbstractWizardPane()
           
 
Method Summary
 com.sapportals.htmlb.Component getDescriptionComponent(IWizardContext ctx)
           
abstract  java.lang.String getTitle(IWizardContext ctx)
          Set the title of a pane - this function is relevant only for panes.
 void myDoBeforeDisplay(IWizardContext ctx)
           
 void myProcessInput(IWizardContext ctx)
           
 void mySetupComponent(IWizardContext ctx)
           
protected abstract  void setupPane(IWizardContext ctx, FlowContainer pane)
           
 
Methods inherited from class com.sapportals.admin.wizardframework.components.FlowContainer
addComponent, addComponent, addComponent, clearIfInconsistent, delegateDoBeforeDisplay, delegateProcessInput, delegateSetupComponent, doAfterSubmit, doBeforeDisplay, getComponent, getControlInFocus, getDisplay, getErrorMessages, getPath, init, isInitialized, processInput, setLayout, setPath, setupComponent, wasChanged
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
getDescription, getProperty, isComplete, isMandatory, setMandatory, setProperty, setTempProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWizardPane

public AbstractWizardPane()
Method Detail

mySetupComponent

public void mySetupComponent(IWizardContext ctx)
Overrides:
mySetupComponent in class FlowContainer

setupPane

protected abstract void setupPane(IWizardContext ctx,
                                  FlowContainer pane)

getTitle

public abstract java.lang.String getTitle(IWizardContext ctx)
Description copied from interface: IWizardComponent
Set the title of a pane - this function is relevant only for panes. It won't have any effect if used in subcomponents.
Overrides:
getTitle in class AbstractWizardComponent

getDescriptionComponent

public com.sapportals.htmlb.Component getDescriptionComponent(IWizardContext ctx)

myDoBeforeDisplay

public void myDoBeforeDisplay(IWizardContext ctx)
Overrides:
myDoBeforeDisplay in class FlowContainer

myProcessInput

public void myProcessInput(IWizardContext ctx)
Overrides:
myProcessInput in class FlowContainer