Business Components

Uses of Interface
oracle.jbo.html.databeans.AttributeRenderer

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

Uses of AttributeRenderer in oracle.jbo.html.databeans
 

Fields in oracle.jbo.html.databeans declared as AttributeRenderer
protected  AttributeRenderer RowSetBrowser.aRenderer
           
protected  AttributeRenderer ViewCurrentRecord.aRenderer
           
 

Methods in oracle.jbo.html.databeans with parameters of type AttributeRenderer
 void RowSetBrowser.setAttributeRenderer(AttributeRenderer renderer)
          Sets up the renderer that produces the HTML snippet for each attribute
 void ViewCurrentRecord.setAttributeRenderer(AttributeRenderer renderer)
          Sets up the renderer that produces the HTML snippet for each attribute
 


Business Components