|
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.ui.data.EventBoundValue
BoundValue that will take an URL and append enough to turn it into a UIX Controller event.
Constructor Summary | |
EventBoundValue(BoundValue baseDestination,
java.lang.String eventName)
EventBoundValue that will send an event to the URL returned by a BoundValue. |
|
EventBoundValue(java.lang.Object baseDestination,
java.lang.String eventName)
EventBoundValue that will send an event to a specified URL. |
|
EventBoundValue(java.lang.String eventName)
EventBoundValue that will send a parameterless event to the default URL. |
Method Summary | |
java.lang.Object |
getValue(RenderingContext context)
Called to retrieve a value based on the current rendering context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EventBoundValue(java.lang.String eventName)
public EventBoundValue(BoundValue baseDestination, java.lang.String eventName)
public EventBoundValue(java.lang.Object baseDestination, java.lang.String eventName)
Method Detail |
public java.lang.Object getValue(RenderingContext context)
BoundValue
getValue
in interface BoundValue
oracle.cabo.ui.data.BoundValue
context
- the rendering 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 |