Business Components

oracle.jbo.html.databeans
Class RefreshDataSource

java.lang.Object
  |
  +--oracle.jdeveloper.html.WebBeanImpl
        |
        +--oracle.jdeveloper.html.DataWebBeanImpl
              |
              +--oracle.jbo.html.databeans.RefreshDataSource

public class RefreshDataSource
extends DataWebBeanImpl

Internal: Applications should not use this class.

Accesses the data source, re-executes the View Object query, then navigates to the first row of the resulting RowSet.


Fields inherited from class oracle.jdeveloper.html.DataWebBeanImpl
bReleaseApplication, dispAttrs, isStateFull, qView, sApplication, sRowSetName
 
Fields inherited from class oracle.jdeveloper.html.WebBeanImpl
application, out, page, request, response, session
 
Constructor Summary
RefreshDataSource()
           
 
Method Summary
 void render()
          Internal: Applications should not use this method.
 
Methods inherited from class oracle.jdeveloper.html.DataWebBeanImpl
clearDisplayAttributes, getApplicationFromContext, getApplicationName, getDisplayAttributeDefs, getDisplayAttributes, getKeys, getRowSet, getViewObjectName, handleCommit, initialize, initialize, initialize, initializeRowSetFromContext, internalInitialize, isAppStateful, releaseApplicationResources, setDisplayAttributes, setReleaseApplicationResources, setRowSet, shouldDisplayAttribute
 
Methods inherited from class oracle.jdeveloper.html.WebBeanImpl
generateScriptSrc, getCookie, getOut, getRequest, getUniqueName, initBeanForJS, initialize, initialize, initialize, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefreshDataSource

public RefreshDataSource()
Method Detail

render

public void render()
Internal: Applications should not use this method.
Overrides:
render in class WebBeanImpl

Business Components