|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IScreenflow
encapsulates both the definition of a dynamic screenflow as well as the
firing of the needed event to actually navigate into this screenflow.
Implementing classes add the complete screenflow they need into a given
screenflow definition. In the case of the WDF, this means, that they add
the needed PaneElements and ControlElements to the
given ControllerDynPage. As the last step, the class must add
a NextScreenElement to the current PaneElement that
is to be replaced by the first and outermost PaneElement of the
class. The WdfEvent that triggers this transistion is the one that
must be returned by the execute method.
When the user navigates within a single iView for some time, more and more
IScreenflows will be added to the screenflow definition. This also
means that PaneElements or ControlElements with the same
ID could be added to this definition with unexpected and unwanted effects - wrong or
missing parameterization could be the result. Therefore, implementing classes must
add their classname in front of any elements that are created and added to the
screenflow definition.
| Field Summary | |
|---|---|
static String |
LAYOUT_HORIZ
Deprecated. |
static String |
LAYOUT_VERTI
Deprecated. |
static String |
RENDERINGBACKEVENT
Deprecated. |
static String |
WDFBACKEVENT
Deprecated. |
| Method Summary | |
|---|---|
IRenderingEvent |
execute()
Deprecated. As of NetWeaver 7.1 |
com.sapportals.wdf.event.WdfEvent |
execute(boolean pushStack)
Deprecated. As of EP 5.0 SP6 and EP 6.0 SP1, replaced by method execute. |
| Field Detail |
|---|
static final String LAYOUT_HORIZ
static final String LAYOUT_VERTI
static final String WDFBACKEVENT
static final String RENDERINGBACKEVENT
| Method Detail |
|---|
com.sapportals.wdf.event.WdfEvent execute(boolean pushStack)
throws com.sapportals.wdf.WdfException
execute.
com.sapportals.wdf.WdfException
IRenderingEvent execute()
throws WcmException
WcmException| 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 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||