|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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:
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.