com.sapportals.wcm.rendering.screenflow

Interface IScreenflow

All Known Implementing Classes:
AbstractScreenflow, MultiStepScreenflow, OneStepMassScreenflow, OneStepScreenflow, SelectionScreenflow

Deprecated. As of NetWeaver 7.1

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

LAYOUT_HORIZ

static final String LAYOUT_HORIZ
Deprecated. 
See Also:
Constant Field Values

LAYOUT_VERTI

static final String LAYOUT_VERTI
Deprecated. 
See Also:
Constant Field Values

WDFBACKEVENT

static final String WDFBACKEVENT
Deprecated. 
See Also:
Constant Field Values

RENDERINGBACKEVENT

static final String RENDERINGBACKEVENT
Deprecated. 
See Also:
Constant Field Values
Method Detail

execute

com.sapportals.wdf.event.WdfEvent execute(boolean pushStack)
                                          throws com.sapportals.wdf.WdfException
Deprecated. As of EP 5.0 SP6 and EP 6.0 SP1, replaced by method execute.

Throws:
com.sapportals.wdf.WdfException

execute

IRenderingEvent execute()
                        throws WcmException
Deprecated. As of NetWeaver 7.1

Throws:
WcmException
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/nonwduideprecated api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice