| |||||||
FRAMES NO FRAMES |
The intercept interactor allows you to intercet a interactor of the view component.
<jv:interceptInteractor
id="intercepterId"
interactor="selectInteractor"
eventType="mouseDown"
beforeHandler="before"
afterHandler="after"
/>
Tag Information | |
Tag Class | ilog.views.faces.dhtml.taglib.IlvInterceptInteractorTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | Intercept interactor |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | true | true | java.lang.String | The id of this component |
interactor | true | true | java.lang.String | The interactor ID that will be intercpted. |
eventType | true | true | java.lang.String | the event type of the interactor |
beforeHandler | false | true | java.lang.String | the before handler of the event. |
afterHandler | false | true | java.lang.String | the after handler of the event. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |