Business Components

Package oracle.jdeveloper.html

Contains classes for generating HTML code.

See:
          Description

Interface Summary
DataWebBean Defines the base methods for a Data Web Bean.
HTMLFieldRenderer The HTMLFieldRenderer interface defines the set of functions to be implemented by a field renderer.
WebBean Implements basic rendering and initialization functionality for Web Beans.
 

Class Summary
DataWebBeanImpl Implements the base methods for a Data Web Bean.
DateField Represents a date field render.
DHTMLAddRow  
DHTMLArray  
DHTMLButton  
DHTMLButtonBar  
DHTMLButtonElement  
DHTMLData  
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  
DHTMLTab  
DHTMLTabControl  
DHTMLTable  
DHTMLToolBar  
DHTMLTree  
FormFieldValueEncoder Provides functions for encoding the value portion of form fields
HiddenField Represents a hidden form field renderer.
HTMLDiv This class represents and HTML DIV element.
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.
HTMLFieldRendererImpl This class provides a base implementation of the HTMLFieldRenderer interface.
HTMLForm This class represents an HTML FORM.
HTMLFormField This represents a FORM's field.
HTMLImageURL This class represents an HTML image URL.
HTMLInputElement Represents a text element.
HTMLMenu Reprents a collection of text URLs.
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.
HTMLTableRow Represents an HTML TABLE'S TR tag.
HTMLTextElement Represents a text element.
HTMLTextURL Constructs an anchor tag with a prompt.
HTMLToolBar A Web Bean that provides methods to dynamically generate an HTML toolbar.
LOVField Represents a date field render.
PickList This class represents a databound picklist.
ReadOnlyField Represents a red-only field generator.
ResTable This class contains localizable resources used by this package.
StaticPickList This class represents a Static PickList.
TextArea Represents a textarea field renderer.
TextField Represents a text field render.
WebBeanImpl Implements the base methods for a Web Bean.
 

Package oracle.jdeveloper.html Description

Contains classes for generating HTML code.

These classes may be used by servlets or JSP pages.

Since:
Jdeveloper 3.0

Business Components