Business Components

Uses of Class
oracle.jdeveloper.html.WebBeanImpl

Packages that use.*
PackageDescription
oracle.jbo.html   
oracle.jbo.html.databeans Contains implementation classes for predefined Web-enabled JavaBeans which can access and display data from the data source. 
oracle.jbo.html.jsp Contains utitlity classes used by the Data Web Bean runtime. 
oracle.jdeveloper.html Contains classes for generating HTML code. 
oracle.jdeveloper.jsp.wb Contains implementation classes for Web Beans. 
 

Uses of WebBeanImpl in oracle.jbo.html
 

Subclasses of WebBeanImpl in oracle.jbo.html
TypeName
 class WebBeanImpl
          Implements the base methods for a Web Bean.
 

Uses of WebBeanImpl in oracle.jbo.html.databeans
 

Subclasses of WebBeanImpl in oracle.jbo.html.databeans
TypeName
 class BaseNavigatorBar
           
 class ChartRenderer
          Chart web bean to render chart as GIF files.
 class EditCurrentRecord
          The EditCurrentRecord Data Web Bean edits the current record of a View Object's RowSet.
 class FindForm
          The FindForm Data Web Bean generates a search form.
 class JSLOV
           
 class JSNavigatorBar
           
 class JSRowSetBrowser
           
 class JSTreeBrowser
           
 class JSViewCurrentRecord
           
 class NavigatorBar
          The NavigatorBar Data Web Bean renders itself as an Oracle toolbar.
 class RowSetBrowser
          The RowSetBrowser Data Web Bean class dynamically generates an HTML table that contains records (rows) from a View Object's RowSet.
 class RowsetNavigator
          The RowsetNavigator Data Web Bean changes the current record of a View Object's RowSet to a new record.
 class ViewCurrentRecord
          The ViewCurrentRecord Data Web Bean displays a read-only version of the current record of a View Object's RowSet.
 class XmlData
          The XmlData class renders a canonical XML representation for the rows of an oracle.jbo.RowSet.
 

Uses of WebBeanImpl in oracle.jbo.html.jsp
 

Subclasses of WebBeanImpl in oracle.jbo.html.jsp
TypeName
 class JSPApplicationRegistry
          This class provides the main interface for DataWebBeans to use the Application Module Pool.
 

Uses of WebBeanImpl in oracle.jdeveloper.html
 

Subclasses of WebBeanImpl in oracle.jdeveloper.html
TypeName
 class DataWebBeanImpl
          Implements the base methods for a Data Web Bean.
 

Uses of WebBeanImpl in oracle.jdeveloper.jsp.wb
 

Subclasses of WebBeanImpl in oracle.jdeveloper.jsp.wb
TypeName
 class CalendarWB
           
 class PoolAdministrator
          This WebBean provides information regarding the current contents of the application module pool.
 

Fields in oracle.jdeveloper.jsp.wb declared as WebBeanImpl
TypeName
protected  WebBeanImpl JSTable.webBean
           
protected  WebBeanImpl JSContainer.webBean
           
protected  WebBeanImpl JSTabContainer.webBean
           
protected  WebBeanImpl JSTableData.webBean
           
protected  WebBeanImpl JSTree.webBean
           
protected  WebBeanImpl JSTreeData.webBean
           
protected  WebBeanImpl JSToolbar.webBean
           
protected  WebBeanImpl JSButtonBar.webBean
           
protected  WebBeanImpl JSButton.webBean
           
 


Business Components