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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIEventResult
public UIEventResult()
UIEventResult
public UIEventResult(java.lang.Object result)
getDataProvider
public DataProvider getDataProvider()
setDataProvider
public void setDataProvider(DataProvider provider)
Copyright © 2002,2003, Oracle. All Rights Reserved.