Business Components

Uses of Package
oracle.jdeveloper.html

Packages that use oracle.jdeveloper.html
oracle.jbo.html.databeans Contains implementation classes for predefined Web-enabled JavaBeans which can access and display data from the data source. 
oracle.jbo.html.jsp Contains utitlity classes used by the Data Web Bean runtime. 
oracle.jdeveloper.html Contains classes for generating HTML code. 
oracle.jdeveloper.jsp.wb Contains implementation classes for Web Beans. 
 

Classes in oracle.jdeveloper.html used by oracle.jbo.html.databeans
DataWebBean
          Defines the base methods for a Data Web Bean.
DataWebBeanImpl
          Implements the base methods for a Data Web Bean.
HTMLFieldRenderer
          The HTMLFieldRenderer interface defines the set of functions to be implemented by a field renderer.
HTMLTableRow
          Represents an HTML TABLE'S TR tag.
WebBean
          Implements basic rendering and initialization functionality for Web Beans.
WebBeanImpl
          Implements the base methods for a Web Bean.
 

Classes in oracle.jdeveloper.html used by oracle.jbo.html.jsp
WebBean
          Implements basic rendering and initialization functionality for Web Beans.
WebBeanImpl
          Implements the base methods for a Web Bean.
 

Classes in oracle.jdeveloper.html used by oracle.jdeveloper.html
DataWebBean
          Defines the base methods for a Data Web Bean.
DHTMLArray
           
DHTMLButtonBar
           
DHTMLButtonElement
           
DHTMLData
           
DHTMLElement
          A class representing the base root class used by all HTML generation classes.
DHTMLElementContainer
          This class serves as a container for HTML elements.
DHTMLTab
           
HTMLElement
          A class representing the base root class used by all HTML generation classes.
HTMLElementContainer
          This class serves as a container for HTML elements.
HTMLFieldRenderer
          The HTMLFieldRenderer interface defines the set of functions to be implemented by a field renderer.
HTMLFieldRendererImpl
          This class provides a base implementation of the HTMLFieldRenderer interface.
HTMLForm
          This class represents an HTML FORM.
HTMLImageURL
          This class represents an HTML image URL.
HTMLInputElement
          Represents a text element.
HTMLRenderingContext
          A Class class.
HTMLScript
          Represents an HTML script block.
HTMLScriptFunction
          Represents a JavaScript function that is to be added to a script.
HTMLSelect
          Represents an HTML SELECT field.
HTMLTable
          Represents an HTML TABLE.
HTMLTableCell
          Reperents an HTML TABLE's TD tag.
HTMLTextURL
          Constructs an anchor tag with a prompt.
HTMLToolBar
          A Web Bean that provides methods to dynamically generate an HTML toolbar.
WebBean
          Implements basic rendering and initialization functionality for Web Beans.
WebBeanImpl
          Implements the base methods for a Web Bean.
 

Classes in oracle.jdeveloper.html used by oracle.jdeveloper.jsp.wb
DHTMLButton
           
DHTMLButtonBar
           
DHTMLDispArray
           
DHTMLElement
          A class representing the base root class used by all HTML generation classes.
DHTMLElementContainer
          This class serves as a container for HTML elements.
DHTMLNoTabControl
           
DHTMLRow
           
DHTMLTabControl
           
DHTMLTable
           
DHTMLToolBar
           
DHTMLTree
           
HTMLDocument
          Represents an HTML document.
HTMLElement
          A class representing the base root class used by all HTML generation classes.
HTMLElementContainer
          This class serves as a container for HTML elements.
HTMLForm
          This class represents an HTML FORM.
HTMLScript
          Represents an HTML script block.
HTMLTable
          Represents an HTML TABLE.
HTMLToolBar
          A Web Bean that provides methods to dynamically generate an HTML toolbar.
WebBean
          Implements basic rendering and initialization functionality for Web Beans.
WebBeanImpl
          Implements the base methods for a Web Bean.
 


Business Components