oracle.cabo.servlet.ui.data
Class EventBoundValue
java.lang.Object
|
+--oracle.cabo.servlet.ui.data.EventBoundValue
- All Implemented Interfaces:
- BoundValue
- public class EventBoundValue
- extends java.lang.Object
- implements BoundValue
BoundValue that will take an URL and append enough to
turn it into a UIX Servlet 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 |
EventBoundValue
public EventBoundValue(java.lang.String eventName)
- EventBoundValue that will send a parameterless event to
the default URL.
EventBoundValue
public EventBoundValue(BoundValue baseDestination,
java.lang.String eventName)
- EventBoundValue that will send an event to the URL
returned by a BoundValue.
EventBoundValue
public EventBoundValue(java.lang.Object baseDestination,
java.lang.String eventName)
- EventBoundValue that will send an event to a specified URL.
getValue
public java.lang.Object getValue(RenderingContext context)
- Description copied from interface:
BoundValue
- Called to retrieve a value based on the current rendering
context.
- Specified by:
getValue
in interface BoundValue
- Following copied from interface:
oracle.cabo.ui.data.BoundValue
- Parameters:
context
- the rendering context