|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
allows to add a dynamic screenflow to a present static (and dynamic) screenflow
without the need of a fired WdfEvent of an IUICommand.
A typical scenario would look like this: a page is displayed in a new browser
window. The name of an IInitialScreenflowProvider is given in the
URL. A statically defined Control within the Pane reads
out this parameter, creates a new instance of that class and displays its initial
control. It also lets the class add its dynamic screenflow to the current
ControllerDynPage.
| Method Summary | |
java.util.Map |
getInitialControlProperties()
Deprecated. returns a map holding properties for the initial controls, where the control's classname acts as the key for the entry. |
java.lang.String[] |
getInitialControls()
Deprecated. returns all controls that are to be rendered on the initial screen. |
void |
setScreenflow(com.sapportals.wdf.element.PaneElement startPane,
com.sapportals.wdf.ControllerDynPage dynpage)
Deprecated. adds the screenflow to the currently given screenflows defined in the given dynpage. |
| Method Detail |
public void setScreenflow(com.sapportals.wdf.element.PaneElement startPane,
com.sapportals.wdf.ControllerDynPage dynpage)
throws com.sapportals.wdf.WdfException
startPane - - the pane were to add the NextScreenElements which trigger
the move to the next panes, must not be nulldynpage - - the page which holds all defined screenflows, must not be nullWdfException - if the Wd-Framework throws exceptions when adding the screenflowpublic java.lang.String[] getInitialControls()
null, but can be of length 0public java.util.Map getInitialControlProperties()
null.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||