|
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 | +--oracle.cabo.data.jbo.servlet.event.SetRegionEventHandler
The SetRegionEventHandler sets all attribute values when in automatic mode, otherwise it behaves as a ChainingEventHandler.
Constructor Summary | |
SetRegionEventHandler()
Creates new SetRegionEventHandler. |
Method Summary | |
boolean |
getAutomatic()
Returns true if in automatic mode, false otherwise. |
protected boolean |
getAutomatic(BindingContext context)
|
protected EventResult |
handleEventImpl(BajaContext context,
Page page,
PageEvent event)
|
void |
setAutomatic(boolean automatic)
Sets automatic mode. |
void |
setAutomaticBinding(Binding automatic)
Sets automatic mode. |
Methods inherited from class oracle.cabo.data.jbo.servlet.event.ChainingEventHandler |
getHandlers, setHandlers |
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 SetRegionEventHandler()
Method Detail |
public boolean getAutomatic()
public void setAutomatic(boolean automatic)
public void setAutomaticBinding(Binding automatic)
protected EventResult handleEventImpl(BajaContext context, Page page, PageEvent event) throws java.lang.Throwable
handleEventImpl
in class ChainingEventHandler
protected boolean getAutomatic(BindingContext context)
|
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 |