Business Components

Uses of Interface
oracle.jdeveloper.html.DataWebBean

Packages that use DataWebBean
oracle.jbo.html.databeans Contains implementation classes for predefined Web-enabled JavaBeans which can access and display data from the data source. 
oracle.jdeveloper.html Contains classes for generating HTML code. 
 

Uses of DataWebBean in oracle.jbo.html.databeans
 

Classes in oracle.jbo.html.databeans that implement DataWebBean
 class BaseNavigatorBar
          A Class class.
 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 JSEditCurrentRecord
          The EditCurrentRecord Data Web Bean edits the current record of a View Object's RowSet.
 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 DataWebBean in oracle.jdeveloper.html
 

Classes in oracle.jdeveloper.html that implement DataWebBean
 class DataWebBeanImpl
          Implements the base methods for a Data Web Bean.
 


Business Components