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  trueif the event currently being executed forms part of a deployed component i.e. | 
getEventDescription, stopExecutionWebFormEventOwner getOwner()
getOwner in interface EventContextboolean 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.