|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.jbo.html.databeans | Contains implementation classes for predefined Web-enabled JavaBeans which can access and display data from the data source. |
oracle.jdeveloper.html | Contains classes for generating HTML code. |
oracle.jdeveloper.jsp.wb | Contains implementation classes for Web Beans. |
Uses of HTMLElement in oracle.jbo.html.databeans |
Methods in oracle.jbo.html.databeans that return HTMLElement | |
Type | Name |
---|---|
HTMLElement |
TextColumnUrlInfo.getColumnElement(java.lang.String sUrl)
|
HTMLElement |
ImageUrlInfo.getColumnElement(java.lang.String sUrl)
|
Uses of HTMLElement in oracle.jdeveloper.html |
Subclasses of HTMLElement in oracle.jdeveloper.html | |
Type | Name |
---|---|
class |
DHTMLAddRow
|
class |
DHTMLArray
|
class |
DHTMLButton
|
class |
DHTMLButtonBar
|
class |
DHTMLButtonElement
|
class |
DHTMLData
|
class |
DHTMLDispArray
|
class |
DHTMLElement
A class representing the base root class used by all HTML generation classes. |
class |
DHTMLElementContainer
This class serves as a container for HTML elements. |
class |
DHTMLNoTabControl
|
class |
DHTMLRow
|
class |
DHTMLTab
|
class |
DHTMLTabControl
|
class |
DHTMLTable
|
class |
DHTMLToolBar
|
class |
DHTMLTree
|
class |
HTMLDiv
This class represents and HTML DIV element. |
class |
HTMLDocument
Represents an HTML document. |
class |
HTMLElementContainer
This class serves as a container for HTML elements. |
class |
HTMLForm
This class represents an HTML FORM. |
class |
HTMLFormField
This represents a FORM's field. |
class |
HTMLImageURL
This class represents an HTML image URL. |
class |
HTMLInputElement
Represents a text element. |
class |
HTMLMenu
Reprents a collection of text URLs. |
class |
HTMLScript
Represents an HTML script block. |
class |
HTMLScriptFunction
Represents a JavaScript function that is to be added to a script. |
class |
HTMLSelect
Represents an HTML SELECT field. |
class |
HTMLTable
Represents an HTML TABLE. |
class |
HTMLTableCell
Reperents an HTML TABLE's TD tag. |
class |
HTMLTableRow
Represents an HTML TABLE'S TR tag. |
class |
HTMLTextAreaElement
Represents a text element. |
class |
HTMLTextElement
Represents a text element. |
class |
HTMLTextURL
Constructs an anchor tag with a prompt. |
class |
HTMLToolBar
A Web Bean that provides methods to dynamically generate an HTML toolbar. |
Fields in oracle.jdeveloper.html declared as HTMLElement | |
Type | Name |
---|---|
protected HTMLElement |
HTMLTableCell.Element
|
protected HTMLElement |
HTMLFormField.Label
|
Methods in oracle.jdeveloper.html that return HTMLElement | |
Type | Name |
---|---|
protected HTMLElement |
DHTMLElementContainer.elementAt(int nIndex)
|
protected HTMLElement |
HTMLElementContainer.elementAt(int nIndex)
|
protected HTMLElement |
StaticPickList.generateComboBox()
|
protected HTMLElement |
StaticPickList.generateListBox()
|
protected HTMLElement |
StaticPickList.generateCheckBoxGroup()
|
protected HTMLElement |
StaticPickList.generateRadioGroup()
|
Methods in oracle.jdeveloper.html with parameters of type HTMLElement | |
Type | Name |
---|---|
void |
DHTMLElementContainer.addElement(HTMLElement elem)
Adds an element to the collection of elements to be rendered |
void |
DHTMLElementContainer.removeElement(HTMLElement elem)
Remove an element to the collection of elements to be rendered |
void |
HTMLElementContainer.addElement(HTMLElement elem)
Adds an element to the collection of elements to be rendered |
void |
HTMLForm.addFieldElement(HTMLElement elem)
Adds an HTMLElement to the FORM. |
void |
HTMLTable.addRow(HTMLElement row)
Adds a new row to the HTML TABLE. |
void |
HTMLTable.insertRow(HTMLElement row)
Inserts a new row to the beginning of the HTML TABLE. |
void |
DHTMLButtonBar.addElement(HTMLElement elem,
java.lang.String name)
|
void |
HTMLTableRow.addElement(HTMLElement elem)
Adds a new element to the table row |
Constructors in oracle.jdeveloper.html with parameters of type HTMLElement | |
Type | Name |
---|---|
HTMLTableCell(HTMLElement elem)
Constructs an a table cell whose contents are rendered by the provided HTMLElement. |
|
HTMLTableCell(HTMLElement elem,
java.lang.String sClass)
Constructs an a table cell whose contents are rendered by the provided HTMLElement. |
|
HTMLFormField(HTMLElement Label,
HTMLElement Element)
Constructor providing a label and an element. |
|
HTMLFormField(HTMLElement Label,
HTMLElement Element,
boolean useLabel)
Constructor providing a label, element and a boolean that controls wether to use the label or not. |
Uses of HTMLElement in oracle.jdeveloper.jsp.wb |
Subclasses of HTMLElement in oracle.jdeveloper.jsp.wb | |
Type | Name |
---|---|
class |
EditForm
A Web Bean class that provides methods to dynamically generate an HTML form and render it to the output stream of a JSP response. |
class |
JSButton
|
class |
JSButtonBar
|
class |
JSContainer
|
class |
JSTabContainer
|
class |
JSTable
|
class |
JSTableData
|
class |
JSToolbar
|
class |
JSTree
|
class |
JSTreeData
|
class |
TableControl
A Web Bean class that provides methods to dynamically generate an HTML table and render it to the output stream of a JSP response. |
class |
Toolbar
A Web Bean class that provides methods to dynamically generate an HTML toolbar and render it to the output stream of a JavaServer Page response. |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |