Business Components

Uses of Class
oracle.jdeveloper.jsp.wb.TableControl

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

Uses of TableControl in oracle.jbo.html.databeans
 

Fields in oracle.jbo.html.databeans declared as TableControl
protected  TableControl RowSetBrowser.aTable
           
 

Methods in oracle.jbo.html.databeans that return TableControl
 TableControl RowSetBrowser.getTableControl()
          Returns the instance of the table class the is to be used for rendering
 


Business Components