Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Package oracle.jdeveloper.html

Contains classes for generating HTML code.

See:
          Description

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

 

Class Summary
ArrayField  
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  
DisplayArrayField Represents a read-only field generator.
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.
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.
HTMLTextAreaElement Represents a text element.
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.
ListFieldEditRenderer The ListFieldEditRenderer takes advantage of the BC4J attribute properties in order to render an attribute by mapping it's current value to a set of display values provided via the LF_DISPLAY_LIST property.
ListFieldRenderer The ListFieldRenderer takes advantage of the BC4J attribute properties in order to render an attribute by mapping it's current value to a set of display values provided via the DISPLAY_LIST property.
LOVField Represents a date field render.
PasswordField Represents a text field render.
PickList This class represents a databound picklist.
ReadOnlyField Represents a read-only field generator.
StaticPickList This class represents a Static PickList.
StructField  
TextArea Represents a textarea field renderer.
TextField Represents a text field render.
ViewLinkLookupFieldRenderer  
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

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.