Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Package oracle.jbo.html.databeans

Contains implementation classes for predefined Web-enabled JavaBeans which can access and display data from the data source.

See:
          Description

Interface Summary
AttributeRenderer  

 

Class Summary
BaseNavigatorBar  
ChartRenderer Deprecated. Please use Graph Tag
EditCurrentRecord The EditCurrentRecord Data Web Bean edits the current record of a View Object's RowSet.
FindForm The FindForm Data Web Bean generates a search form.
ImageUrlInfo  
JSLOV  
JSNavigatorBar  
JSRowSetBrowser  
JSTreeBrowser  
JSViewCurrentRecord  
NavigatorBar The NavigatorBar Data Web Bean renders itself as an Oracle toolbar.
QueryDefinition Internal: Applications should not use this class.
QueryRowDefinition Internal: Applications should not use this class.
RowSetBrowser The RowSetBrowser Data Web Bean class dynamically generates an HTML table that contains records (rows) from a View Object's RowSet.
RowsetNavigator The RowsetNavigator Data Web Bean changes the current record of a View Object's RowSet to a new record.
TextColumnUrlInfo  
ToolBarButton  
ToolBarButtonContainer  
ViewCurrentRecord The ViewCurrentRecord Data Web Bean displays a read-only version of the current record of a View Object's RowSet.
XmlData The XmlData class renders a canonical XML representation for the rows of an oracle.jbo.RowSet.

 

Package oracle.jbo.html.databeans Description

Contains implementation classes for predefined Web-enabled JavaBeans which can access and display data from the data source.

JDeveloper provides predefined Web-enabled JavaBeans, called "Web Beans", to use in JavaServer Pages (JSPs). They have access to the HttpRequest and HttpResponse objects of the JSP page and generate content dynamically. You can add a Web Bean to your JSP page using the JSP Element wizard.

The Data Web Beans do not implement the WebBean interface directly. Instead, they extend the class DataWebBeanImpl, which provides implementations of both the WebBean interface and the DataWebBean interface. Besides having access to some of its JSP page's implicit objects, a Data Web Bean can also access a data source represented by a View Object.

The Data Web Beans include:

Since:
Jdeveloper 3.0

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.