com.sapportals.admin.wizardframework.templates
Class AbstractActionState
java.lang.Object
com.sapportals.admin.wizardframework.components.AbstractWizardComponent
com.sapportals.admin.wizardframework.components.AbstractActionComponent
com.sapportals.admin.wizardframework.templates.AbstractActionState
- All Implemented Interfaces:
- IDependencyObject, IWizardComponent
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
public abstract class AbstractActionState
- extends AbstractActionComponent
The base class that represents a non-visible pane in the user interface.
A non-visible pane is used to perform actions while navigating between two
visible panes. It can also be used for the final pane, performing actions
on the data.
Action states are states in a wizard that are executed on the server only
and have no user interface. A typical example would be the state that
creates an object after the required user input was collected by previous
panes.
|
Method Summary |
protected abstract void |
doAction(IWizardContext ctx)
Deprecated. Implement this method to performs actions on the non-visible pane. |
void |
doBeforeDisplay(IWizardContext ctx)
Deprecated. Performs synchronization between the data model and the pane. |
| Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent |
clearIfInconsistent, doAfterSubmit, 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 |
AbstractActionState
public AbstractActionState()
- Deprecated.
doBeforeDisplay
public void doBeforeDisplay(IWizardContext ctx)
- Deprecated.
- Performs synchronization between the data model and the pane.
The default implementation calls the pane�s
myDoBeforeDisplay method, and then calls
doBeforeDisplay on all the wizard components within
the pane.
Override this method to change the standard user interface for
a component.
- Specified by:
doBeforeDisplay in interface IWizardComponent- Overrides:
doBeforeDisplay in class AbstractWizardComponent
- Parameters:
ctx - the current wizard context
doAction
protected abstract void doAction(IWizardContext ctx)
- Deprecated.
- Implement this method to performs actions on the non-visible pane.
- Parameters:
ctx - the current wizard context
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] EP-RUNTIME
|
[sap.com] com.sap.portal.admin.wizardframeworkdeprecated
|
-
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
[sap.com] EP-RUNTIME
|
[sap.com] com.sap.portal.admin.wizardframeworkdeprecated
|
api
|
EP-PIN-APF
|
Copyright 2011 SAP AG Complete Copyright Notice