public interface WebFormEventContext extends EventContext
WebFormEventContext
interface provides context information about an Ebase event executed by an interactive form.Modifier and Type | Method and Description |
---|---|
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. |
getEventDescription, stopExecution
WebFormEventOwner getOwner()
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.