|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.data.jbo.servlet.event.BaseEventHandler | +--oracle.cabo.data.jbo.servlet.event.ChainingEventHandler
The ChainingEventHandler chains together a array of event handlers, until the event is marked as consumed.
Constructor Summary | |
ChainingEventHandler()
Creates a new ChainingEventHandler. |
Method Summary | |
EventHandler[] |
getHandlers()
Returns the array of event handlers to chain. |
protected EventResult |
handleEventImpl(BajaContext context,
Page page,
PageEvent event)
|
void |
setHandlers(EventHandler[] handlers)
Sets the array of event handlers to chain. |
Methods inherited from class oracle.cabo.data.jbo.servlet.event.BaseEventHandler |
addValidationAttribute, checkRootHandler, consume, getMessageData, getTableDataProvider, getValidationData, handleEvent, hasValidationErrors, isConsumed, isRootHandler, posthandle, prehandle, processValidationError |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChainingEventHandler()
Method Detail |
public EventHandler[] getHandlers()
public void setHandlers(EventHandler[] handlers)
protected EventResult handleEventImpl(BajaContext context, Page page, PageEvent event) throws java.lang.Throwable
handleEventImpl
in class BaseEventHandler
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |