|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebFormEventContext
The WebFormEventContext
interface provides context information about an Ebase event executed by an interactive form.
Method Summary | |
---|---|
java.lang.String |
getComponentPrefix()
Returns the component prefix when the event currently being executed forms part of a deployed component i.e. |
WebFormEventOwner |
getOwner()
Returns the object that owns the event currently being executed. |
boolean |
isComponent()
Returns true if the event currently being executed forms part of a deployed component i.e. |
Methods inherited from interface com.ebasetech.xi.api.EventContext |
---|
getEventDescription, stopExecution |
Method Detail |
---|
WebFormEventOwner getOwner()
Control
for control level events e.g. button click, hyperlinks, immediate validationPage
for page level events e.g. before page, after pageForm
for form level events e.g. before form, after form, on error
getOwner
in interface EventContext
boolean isComponent()
true
if the event currently being executed forms part of a deployed component i.e.
the control or page that is the event owner forms part of a deployed component, otherwise returns false
.
java.lang.String getComponentPrefix()
null
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |