|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static String |
DEPENDENCE_EVENT
|
static String |
DISPATCH_EVENT
|
| Method Summary | |
ArrayList |
decodeValues(Event event)
Returns the values created via the dispatchableControlIDWithValues or dispatchableControlID methods
and returns the list of parameters in the same order they were when submitting them.
|
String |
dispatchableControlID(String value)
Adds a string to the given parameter to ensure a unique id within a DynPage under certain conditions: the idpart given is unique within this proxy. |
String |
dispatchableControlIDWithValues(ArrayList values)
Create an id that contains dispatch information. |
String |
getUniqueComponentId(IMetaName metaName,
String key)
|
| Field Detail |
public static final String DISPATCH_EVENT
public static final String DEPENDENCE_EVENT
| Method Detail |
public String getUniqueComponentId(IMetaName metaName,
String key)
public String dispatchableControlIDWithValues(ArrayList values)
throws WcmException
values - A string array parameter that could be readed inside the event handler with decodeValues() (might be null)
WdfException - Exception raised in failure situation
<{WcmException}>
WcmException
public String dispatchableControlID(String value)
throws WcmException
DynPage under certain conditions: DynPage, the page itself must ensure that the proxies are
configured to create different strings to add to the given parameters. So, if Class A, rendered within
proxy B calls this method, submitting String S1, the resulting String Unique1 must be different from the
String Unique2, that is created when Class A, rendered within proxy C calls this method, submitting String S1
String
WcmException
public ArrayList decodeValues(Event event)
throws WcmException
dispatchableControlIDWithValues or dispatchableControlID methods
and returns the list of parameters in the same order they were when submitting them.
There will be no en- or decoding done to take care of special characters.
If the dispatchableControlID(String, String) method is used,
a List with only one entry will be returned.
event - The event that contains the encoded values.
WcmException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||