public interface IWizardComponent
<parent_component>.<child_component>.
| Modifier and Type | Method and Description |
|---|---|
void |
doAfterSubmit(IWizardContext context)
Deprecated.
Performs any actions on the data after user input is collected.
|
void |
doBeforeDisplay(IWizardContext context)
Deprecated.
Performs synchronization between the data model and the pane.
|
com.sapportals.htmlb.Component |
getControlInFocus(IWizardContext ctx)
Deprecated.
Gets the HTMLB component that currently has the focus.
|
String |
getDescription(IWizardContext ctx)
Deprecated.
Gets the description of a pane.
|
com.sapportals.htmlb.Component |
getDisplay(IWizardContext context)
Deprecated.
Gets the HTMLB component to display.
|
List |
getErrorMessages(IWizardContext context)
Deprecated.
Validates the data for the pane.
|
String |
getPath()
Deprecated.
Internal use.
|
String |
getTitle(IWizardContext ctx)
Deprecated.
Gets the title of a pane.
|
void |
init(IWizardContext context)
Deprecated.
Implement this method to initialize a component.
|
boolean |
isInitialized(IWizardContext context)
Deprecated.
Indicates whether a component is already initialized.
|
boolean |
isMandatory()
Deprecated.
Indicates whether a component is mandatory.
|
void |
processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
void |
setMandatory(boolean mandatory)
Deprecated.
Sets a component to be mandatory.
|
void |
setPath(String path)
Deprecated.
Sets the path of a component.
|
void |
setupComponent(IWizardContext ctx)
Deprecated.
Configures a component.
|
String getTitle(IWizardContext ctx)
ctx - the current wizard contextString getDescription(IWizardContext ctx)
ctx - the current wizard contextvoid setupComponent(IWizardContext ctx)
ctx - the current wizard contextboolean isInitialized(IWizardContext context)
context - the current wizard contexttrue if the component is initialized,
false if not initializedvoid init(IWizardContext context)
context - the current wizard contextvoid doBeforeDisplay(IWizardContext context)
myDoBeforeDisplay method, and then calls
doBeforeDisplay on all the wizard components within
the pane.
context - the current wizard contextcom.sapportals.htmlb.Component getDisplay(IWizardContext context)
context - the current wizard contextvoid processInput(IWizardContext context)
myProcessInput method, and then calls
processInput on all the wizard components within the pane.
context - the current wizard contextvoid doAfterSubmit(IWizardContext context)
context - the current wizard contextList getErrorMessages(IWizardContext context)
context - the current wizard contextString getPath()
void setPath(String path)
IWizardSession.PATH_DELIMITER.
personalInfoPane.nameComponent.firstNameInputFieldpath - a path for the componentboolean isMandatory()
true if the component is mandatory,
false if it is not mandatoryvoid setMandatory(boolean mandatory)
mandatory - true sets the component to mandatory,
false the component is not mandatorycom.sapportals.htmlb.Component getControlInFocus(IWizardContext ctx)
ctx - the current wizard context| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com]
|
-
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com]
|
api
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
Copyright 2021 SAP SE Complete Copyright Notice