|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.admin.wizardframework.components.AbstractWizardComponent
com.sapportals.admin.wizardframework.components.FlowContainer
com.sapportals.admin.wizardframework.templates.AbstractWizardPane
public abstract class AbstractWizardPane
The base class that represents a pane in a wizard. Each pane is a Java class that defines the user interface for one section of the wizard.
| Field Summary |
|---|
| Fields inherited from class com.sapportals.admin.wizardframework.components.FlowContainer |
|---|
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT |
| Constructor Summary | |
|---|---|
AbstractWizardPane()
Deprecated. A blank constructor. |
|
| Method Summary | |
|---|---|
com.sapportals.htmlb.Component |
getDescriptionComponent(IWizardContext ctx)
Deprecated. Gets the description component (the tooltip). |
abstract String |
getTitle(IWizardContext ctx)
Deprecated. Gets the title of a pane. |
void |
myDoBeforeDisplay(IWizardContext ctx)
Deprecated. Performs any initialization before a pane is displayed. |
void |
myProcessInput(IWizardContext ctx)
Deprecated. Processes data entered into the wizard user interface. |
void |
mySetupComponent(IWizardContext ctx)
Deprecated. Implement this method to create your own setup for a component. |
protected abstract void |
setupPane(IWizardContext ctx,
FlowContainer pane)
Deprecated. Creates a user interface for a 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 |
|---|
public AbstractWizardPane()
| Method Detail |
|---|
public void mySetupComponent(IWizardContext ctx)
SetupPane method.
mySetupComponent in class FlowContainerctx - the current wizard context
protected abstract void setupPane(IWizardContext ctx,
FlowContainer pane)
ctx - the current wizard contextpane - a panepublic abstract String getTitle(IWizardContext ctx)
getTitle in interface IWizardComponentgetTitle in class AbstractWizardComponentctx - the current wizard context
public com.sapportals.htmlb.Component getDescriptionComponent(IWizardContext ctx)
ctx - the current wizard context
public void myDoBeforeDisplay(IWizardContext ctx)
myDoBeforeDisplay in class FlowContainerctx - the current wizard contextpublic void myProcessInput(IWizardContext ctx)
myProcessInput in class FlowContainerctx - the current wizard context| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
[sap.com] EP-RUNTIME
|
[sap.com]
|
-
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com]
|
api
|
EP-PIN-APF
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||