|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
interface for receiver object in the eventing pattern. The receiver object allows to generate client script code, which process an incoming client side event, transfer the corresponding parameter to the backend.
IClientEventSender| Field Summary | |
static java.lang.String |
EVENT_FILTER_ALL
EventFilter: component accepts any client events |
static java.lang.String |
EVENT_FILTER_FOREIGN
EventFilter: component accepts only client events from another components but not his own |
static java.lang.String |
EVENT_FILTER_OWN
EventFilter: component accepts only own client events |
| Method Summary | |
java.lang.String |
getParameter(java.lang.String key)
returns paramerer value transferred from the client along with the event. |
boolean |
isReceived()
returns true when the current component request has been triggered by the associated client side event. |
void |
setEventFilter(java.lang.String filter)
specifies which client side events should be accepted by the receiver. |
void |
setWaitingMessage(java.lang.String message)
activates displaying of message when the content is loaded. |
| Methods inherited from interface com.sapportals.portal.prt.service.epcftoolbox.IScriptGenerator |
getScript, getWrappedScript |
| Field Detail |
public static final java.lang.String EVENT_FILTER_ALL
setEventFilter(java.lang.String)public static final java.lang.String EVENT_FILTER_FOREIGN
setEventFilter(java.lang.String)public static final java.lang.String EVENT_FILTER_OWN
setEventFilter(java.lang.String)| Method Detail |
public boolean isReceived()
public java.lang.String getParameter(java.lang.String key)
public void setEventFilter(java.lang.String filter)
EVENT_FILTER_ALL,
EVENT_FILTER_FOREIGN,
EVENT_FILTER_OWNpublic void setWaitingMessage(java.lang.String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||