|
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.servlet.event.EventResult
Holder for the results of an event
Constructor Summary | |
EventResult()
|
|
EventResult(java.lang.Object result)
|
Method Summary | |
static EventResult |
getEventResult(BajaContext context)
Gets the event result stored on the BajaContext. |
java.lang.Object |
getProperty(java.lang.Object key)
|
java.util.Enumeration |
getPropertyKeys()
|
java.lang.Object |
getResult()
|
static void |
setEventResult(BajaContext context,
EventResult eventResult)
Sets the event result stored on the BajaContext. |
void |
setProperty(java.lang.Object key,
java.lang.Object value)
|
void |
setResult(java.lang.Object result)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EventResult()
public EventResult(java.lang.Object result)
Method Detail |
public static EventResult getEventResult(BajaContext context)
public static void setEventResult(BajaContext context, EventResult eventResult)
public java.lang.Object getResult()
public void setResult(java.lang.Object result)
public java.lang.Object getProperty(java.lang.Object key)
public java.util.Enumeration getPropertyKeys()
public void setProperty(java.lang.Object key, java.lang.Object value)
|
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 |