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
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWizardPane
public AbstractWizardPane()
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