|
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.FindRowByKeyEventHandler
The FindRowByKeyEventHandler searches for the Row with the specified Key, putting the Row into scope for child event handlers.
Constructor Summary | |
FindRowByKeyEventHandler()
Creates a new FindRowByKeyEventHandler. |
Method Summary | |
protected oracle.jbo.Key |
getKey(BajaContext context)
|
boolean |
getUsesCurrency()
Returns true if the currency is updated when a row is found. |
protected EventResult |
handleEventImpl(BajaContext context,
Page page,
PageEvent event)
|
void |
setKey(oracle.jbo.Key key)
Sets the Key. |
void |
setKeyBinding(Binding key)
Sets the KeyBinding. |
void |
setUsesCurrency(boolean usesCurrency)
Determines if the currency is updated when a row is found. |
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 FindRowByKeyEventHandler()
Method Detail |
public boolean getUsesCurrency()
public void setUsesCurrency(boolean usesCurrency)
public void setKey(oracle.jbo.Key key)
public void setKeyBinding(Binding key)
protected EventResult handleEventImpl(BajaContext context, Page page, PageEvent event) throws java.lang.Throwable
handleEventImpl
in class ChainingEventHandler
protected oracle.jbo.Key getKey(BajaContext 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 |