|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.sapportals.wcm.rendering.screenflow.AbstractScreenflow
|
+--com.sapportals.wcm.rendering.screenflow.os.OneStepScreenflow
ICommand to render
a OneStepComponent, to return the information entered by
the user to the ICommand and let it execute its
action. | Inner classes inherited from class com.sapportals.wcm.rendering.screenflow.AbstractScreenflow |
AbstractScreenflow.Layout |
| Fields inherited from class com.sapportals.wcm.rendering.screenflow.AbstractScreenflow |
resBundle, STANDARD |
| Fields inherited from interface com.sapportals.wcm.rendering.screenflow.IScreenflow |
LAYOUT_HORIZ, LAYOUT_VERTI, RENDERINGBACKEVENT, WDFBACKEVENT |
| Constructor Summary | |
OneStepScreenflow(IScreenflowData sd,
java.lang.String alias,
RID rid,
OneStepComponent comp)
|
|
| Method Summary | |
IRenderingEvent |
execute()
This method will add the needed elements to the dynamic screenflow definition. |
| Methods inherited from class com.sapportals.wcm.rendering.screenflow.AbstractScreenflow |
addScreenflowToStartPane, createBackScreenElement, createNextScreenElement, createUniqueControlElement, createUniqueControlElement, createUniqueID, createUniquePaneElement, createUniquePaneElement, createUniquePaneElement, createUniquePaneElement, createUniquePaneElement, execute, getDynPage, getPage, getParamterValue, getScreenflowData, getStartPane, initialize, initialize, writeDebugInformation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OneStepScreenflow(IScreenflowData sd,
java.lang.String alias,
RID rid,
OneStepComponent comp)
sd - this is provided to the ICommand in the
execute(IScreenflowData) method.alias - the alias of the calling commandrid - the rid of the resource the command should execute oncomp - the component that should be rendered on the new page
None of the parameters must be null| Method Detail |
public IRenderingEvent execute()
throws WcmException
execute in class AbstractScreenflowRenderingEvent with a WdfOneStepEvent
nested inside. This event will hold all parameters submitted in the constructor of this
class except the IScreenflowData instance.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||