|
SAP NetWeaver 7.30 SP01 | |||||||||
| 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.HTMLScriptComponent
com.sap.portal.admin.wizard.panes.FinishPane
public class FinishPane
The class that represents a finish pane displayed after a new object is
created by a wizard.
The finish pane provides the following options:
| Nested Class Summary | |
|---|---|
static class |
FinishPane.FinishMessageType
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com). |
static class |
FinishPane.FinishOptions
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com). |
static class |
FinishPane.UIStrings
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com). |
| Field Summary | |
|---|---|
static String |
CHANGE_LIST
Deprecated. |
static String |
FINISH_PANE_KEY
Deprecated. The pane key used by the wizard in the state machine. |
| Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent |
|---|
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT |
| Constructor Summary | |
|---|---|
FinishPane()
Deprecated. A blank constructor. |
|
FinishPane(FinishPane.FinishOptions defaultValue)
Deprecated. |
|
| Method Summary | |
|---|---|
com.sapportals.htmlb.Component |
getDisplay(IWizardContext context)
Deprecated. Gets the HTMLB component that wraps the pane for display. |
String |
getScript(IWizardContext context)
Deprecated. Gets a script from the wizard context. |
| Methods inherited from class com.sapportals.admin.wizardframework.components.HTMLScriptComponent |
|---|
setScript |
| Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent |
|---|
clearIfInconsistent, doAfterSubmit, doBeforeDisplay, 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 |
| Field Detail |
|---|
public static final String FINISH_PANE_KEY
public static final String CHANGE_LIST
| Constructor Detail |
|---|
public FinishPane()
public FinishPane(FinishPane.FinishOptions defaultValue)
openEditor: Open the object's editor.rerunWizard: Run the wizard again to create another
object using the same template.closeWizard: Close the wizard.For example:
protected void addUserPanes(IConfigurableWizard wizard) {
Object[] finishPaneArgs = new Object[] { FinishPane.FinishOptions.Open4Edit };
wizard.addPane(FinishPane.FINISH_PANE_KEY, FinishPane.class.getName(), finishPaneArgs);
<The rest of the code>
}
defaultValue - a default value| Method Detail |
|---|
public String getScript(IWizardContext context)
HTMLScriptComponent
getScript in class HTMLScriptComponentcontext - the current wizard context
public com.sapportals.htmlb.Component getDisplay(IWizardContext context)
getDisplay in interface IWizardComponentgetDisplay in class HTMLScriptComponentcontext - the current wizard context
IWizardComponent.getDisplay(com.sapportals.admin.wizardframework.api.IWizardContext)| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||