|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInitialScreenflowProvider
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 | |
|---|---|
Map |
getInitialControlProperties()
Deprecated. As of NetWeaver 7.1 |
String[] |
getInitialControls()
Deprecated. As of NetWeaver 7.1 |
void |
setScreenflow(com.sapportals.wdf.element.PaneElement startPane,
com.sapportals.wdf.ControllerDynPage dynpage)
Deprecated. As of NetWeaver 7.1 |
| Method Detail |
|---|
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 null
com.sapportals.wdf.WdfException - if the Wd-Framework throws exceptions when adding the screenflowString[] getInitialControls()
null, but can be of length 0
Map getInitialControlProperties()
null.
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||