UIX 2.2.15

oracle.cabo.servlet.ui
Class UIEventResult

java.lang.Object
  |
  +--oracle.cabo.servlet.event.EventResult
        |
        +--oracle.cabo.servlet.ui.UIEventResult

public class UIEventResult
extends EventResult

EventResult subclass for returning DataProviders. If an EventHandler returns a UIEventResult, the DataProvider will automatically be registered on the RenderingContext.

(This happens inside BajaRenderingContext, which is the default class used by UINodePageRenderer and UIXPageBroker.)

See Also:
BajaRenderingContext

Constructor Summary
UIEventResult()
UIEventResult(java.lang.Object result)

Method Summary
DataProvider getDataProvider()
void setDataProvider(DataProvider provider)

Methods inherited from class oracle.cabo.servlet.event.EventResult
getEventResult, getProperty, getPropertyKeys, getResult, setEventResult, setProperty, setResult

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

UIEventResult

public UIEventResult()

UIEventResult

public UIEventResult(java.lang.Object result)

Method Detail

getDataProvider

public DataProvider getDataProvider()

setDataProvider

public void setDataProvider(DataProvider provider)

UIX 2.2.15