|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.rendering.screenflow.AbstractScreenflow
public abstract class AbstractScreenflow
Description of the Interface
| Nested Class Summary | |
|---|---|
static class |
AbstractScreenflow.Layout
Deprecated. As of NetWeaver 7.1 |
| Field Summary | |
|---|---|
static ResourceBundles |
resBundle
Deprecated. |
static AbstractScreenflow.Layout |
STANDARD
Deprecated. |
| Fields inherited from interface com.sapportals.wcm.rendering.screenflow.IScreenflow |
|---|
LAYOUT_HORIZ, LAYOUT_VERTI, RENDERINGBACKEVENT, WDFBACKEVENT |
| Constructor Summary | |
|---|---|
AbstractScreenflow()
Deprecated. As of NetWeaver 7.1 |
|
AbstractScreenflow(IScreenflowData sd)
Deprecated. As of NetWeaver 7.1 |
|
AbstractScreenflow(com.sapportals.wdf.element.PaneElement startPane,
com.sapportals.wdf.ControllerDynPage dynpage)
Deprecated. As of NetWeaver 7.1 |
|
AbstractScreenflow(com.sapportals.wdf.element.PaneElement startPane,
com.sapportals.wdf.element.PageElement page)
Deprecated. As of NetWeaver 7.1 |
|
| Method Summary | |
|---|---|
protected boolean |
addScreenflowToStartPane(com.sapportals.wdf.element.NextScreenElement nse)
Deprecated. As of NetWeaver 7.1 |
protected com.sapportals.wdf.element.NextScreenElement |
createBackScreenElement(String event,
String producerID,
int popCount)
Deprecated. As of NetWeaver 7.1 |
protected com.sapportals.wdf.element.NextScreenElement |
createNextScreenElement(String event,
String producerID,
String pane,
boolean push)
Deprecated. As of NetWeaver 7.1 |
protected boolean |
createUniqueControlElement(String id,
String classname,
com.sapportals.wdf.element.ParameterElement[] pre)
Deprecated. As of NetWeaver 7.1 |
protected boolean |
createUniqueControlElement(String id,
String classname,
com.sapportals.wdf.element.ParameterElement[] pre,
com.sapportals.wdf.element.EventFilterElement[] efe)
Deprecated. As of NetWeaver 7.1 |
protected static String |
createUniqueID(String id,
Class cl)
Deprecated. As of NetWeaver 7.1 |
protected boolean |
createUniquePaneElement(String id,
AbstractScreenflow.Layout layout,
com.sapportals.wdf.element.ControlReferenceElement cre,
com.sapportals.wdf.element.NextScreenElement nse)
Deprecated. As of NetWeaver 7.1 |
protected boolean |
createUniquePaneElement(String id,
AbstractScreenflow.Layout layout,
com.sapportals.wdf.element.ControlReferenceElement cre,
com.sapportals.wdf.element.NextScreenElement[] nse)
Deprecated. As of NetWeaver 7.1 |
protected boolean |
createUniquePaneElement(String id,
AbstractScreenflow.Layout layout,
com.sapportals.wdf.element.PaneReferenceElement pre,
com.sapportals.wdf.element.NextScreenElement nse)
Deprecated. As of NetWeaver 7.1 |
protected boolean |
createUniquePaneElement(String id,
String layout,
String width,
String height,
com.sapportals.wdf.element.ControlReferenceElement[] cre,
com.sapportals.wdf.element.NextScreenElement[] nse)
Deprecated. As of NetWeaver 7.1 |
protected boolean |
createUniquePaneElement(String id,
String layout,
String width,
String height,
com.sapportals.wdf.element.PaneReferenceElement[] pre,
com.sapportals.wdf.element.NextScreenElement[] nse)
Deprecated. As of NetWeaver 7.1 |
IRenderingEvent |
execute()
Deprecated. As of NetWeaver 7.1 |
com.sapportals.wdf.event.WdfEvent |
execute(boolean pushStack)
Deprecated. As of NetWeaver 7.1 |
protected com.sapportals.wdf.ControllerDynPage |
getDynPage()
Deprecated. As of NetWeaver 7.1 |
protected com.sapportals.wdf.element.PageElement |
getPage()
Deprecated. As of NetWeaver 7.1 |
protected String |
getParamterValue(com.sapportals.wdf.element.ControlElement control,
String paramterKey)
Deprecated. As of NetWeaver 7.1 |
protected IScreenflowData |
getScreenflowData()
Deprecated. As of NetWeaver 7.1 |
protected com.sapportals.wdf.element.PaneElement |
getStartPane()
Deprecated. As of NetWeaver 7.1 |
protected void |
initialize(com.sapportals.wdf.element.PaneElement startPane,
com.sapportals.wdf.ControllerDynPage dynpage)
Deprecated. As of NetWeaver 7.1 |
protected void |
initialize(com.sapportals.wdf.element.PaneElement startPane,
com.sapportals.wdf.element.PageElement page)
Deprecated. As of NetWeaver 7.1 |
protected void |
writeDebugInformation()
Deprecated. As of NetWeaver 7.1 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static ResourceBundles resBundle
public static final AbstractScreenflow.Layout STANDARD
| Constructor Detail |
|---|
public AbstractScreenflow(com.sapportals.wdf.element.PaneElement startPane,
com.sapportals.wdf.ControllerDynPage dynpage)
IScreenflow instance that holds the needed elements
of the Wdf to modify
startPane - this is the pane that has to be replaced by the first pane
of the new dynamic screenflowdynpage - the dynpage that holds the complete information about the
user's iView. If the given startPane is not yet an element of the dynamic
screenflow, it is added to it.public AbstractScreenflow(IScreenflowData sd)
public AbstractScreenflow(com.sapportals.wdf.element.PaneElement startPane,
com.sapportals.wdf.element.PageElement page)
public AbstractScreenflow()
| Method Detail |
|---|
protected void initialize(com.sapportals.wdf.element.PaneElement startPane,
com.sapportals.wdf.ControllerDynPage dynpage)
protected void initialize(com.sapportals.wdf.element.PaneElement startPane,
com.sapportals.wdf.element.PageElement page)
public com.sapportals.wdf.event.WdfEvent execute(boolean pushStack)
throws com.sapportals.wdf.WdfException
execute in interface IScreenflowcom.sapportals.wdf.WdfException
public IRenderingEvent execute()
throws WcmException
execute in interface IScreenflowWcmExceptionprotected IScreenflowData getScreenflowData()
protected final boolean addScreenflowToStartPane(com.sapportals.wdf.element.NextScreenElement nse)
throws com.sapportals.wdf.WdfException
NextScreenElement with
the triggering event is already defined for this startpane, it is overwritten
with the given NextScreenElement.
nse - The feature to be added to the ScreenflowToStartPane attribute
true, when a NextScreenElement
with this triggering event is already defined for the startpane, false
otherwise.
com.sapportals.wdf.WdfException - when null has been given as parameterprotected final com.sapportals.wdf.element.PageElement getPage()
protected final com.sapportals.wdf.ControllerDynPage getDynPage()
protected final com.sapportals.wdf.element.PaneElement getStartPane()
PaneElement that is to be replaced with the first
PaneElement of this Screenflow
protected static final String createUniqueID(String id,
Class cl)
protected final boolean createUniqueControlElement(String id,
String classname,
com.sapportals.wdf.element.ParameterElement[] pre)
id - Description of the paramclassname - Description of the parampre - Description of the param
protected final boolean createUniqueControlElement(String id,
String classname,
com.sapportals.wdf.element.ParameterElement[] pre,
com.sapportals.wdf.element.EventFilterElement[] efe)
protected final boolean createUniquePaneElement(String id,
String layout,
String width,
String height,
com.sapportals.wdf.element.ControlReferenceElement[] cre,
com.sapportals.wdf.element.NextScreenElement[] nse)
id - - the id of the PaneElement to create. Please note,
that this method will not modify this id. If the calling IScreenflow
class wants to participate in the namespace concept of the Screenflow package,
the id for the pane can be obtained by calling #method createUniqueElementID,
giving the id in question as a parameter for that method. adds a pane with
the given id to the given PageElement.layout - Description of the paramwidth - Description of the paramheight - Description of the paramcre - Description of the paramnse - Description of the param
true, when the element was created, false
, if a pane with this name already existed before
protected final boolean createUniquePaneElement(String id,
String layout,
String width,
String height,
com.sapportals.wdf.element.PaneReferenceElement[] pre,
com.sapportals.wdf.element.NextScreenElement[] nse)
id - - the id of the PaneElement to create. Please note,
that this method will not modify this id. If the calling IScreenflow
class wants to participate in the namespace concept of the Screenflow package,
the id for the pane can be obtained by calling #method createUniqueElementID,
giving the id in question as a parameter for that method. adds a pane with
the given id to the given PageElement.layout - Description of the paramwidth - Description of the paramheight - Description of the parampre - Description of the paramnse - Description of the param
true, when the element was created, false
, if a pane with this name already existed before
protected final boolean createUniquePaneElement(String id,
AbstractScreenflow.Layout layout,
com.sapportals.wdf.element.PaneReferenceElement pre,
com.sapportals.wdf.element.NextScreenElement nse)
protected final boolean createUniquePaneElement(String id,
AbstractScreenflow.Layout layout,
com.sapportals.wdf.element.ControlReferenceElement cre,
com.sapportals.wdf.element.NextScreenElement nse)
protected final boolean createUniquePaneElement(String id,
AbstractScreenflow.Layout layout,
com.sapportals.wdf.element.ControlReferenceElement cre,
com.sapportals.wdf.element.NextScreenElement[] nse)
protected final com.sapportals.wdf.element.NextScreenElement createNextScreenElement(String event,
String producerID,
String pane,
boolean push)
protected final com.sapportals.wdf.element.NextScreenElement createBackScreenElement(String event,
String producerID,
int popCount)
protected void writeDebugInformation()
protected String getParamterValue(com.sapportals.wdf.element.ControlElement control,
String paramterKey)
| 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 | |||||||||