|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jdeveloper.html.HTMLElement oracle.jdeveloper.html.HTMLElementContainer
This class serves as a container for HTML elements. When it renders,
it calls the render(PrintWriter)
method on its containees.
Field Summary | |
protected java.util.Vector |
Elements
|
Fields inherited from class oracle.jdeveloper.html.HTMLElement |
sClassName |
Constructor Summary | |
HTMLElementContainer()
|
Method Summary | |
void |
addElement(HTMLElement elem)
Adds an element to the collection of elements to be rendered |
void |
addForm(HTMLForm aForm)
Adds an HTML form to the HTML document. |
void |
addHeader(int nLevel,
java.lang.String sHeader)
Add a Header control the level parameter specifies H1, H2 up to H6. |
void |
addImage(java.lang.String sName)
Adds an image to the document. |
void |
addImageClass(java.lang.String sName,
java.lang.String sClass)
Adds an image to the document. |
void |
addImageURL(HTMLImageURL aURL)
Adds an image URL to the document. |
void |
addTable(HTMLTable aTable)
Adds an HTML table to the document. |
void |
addTextURL(HTMLTextURL aURL)
Adds a text URL to the document. |
void |
addToolBar(HTMLToolBar aBar)
|
protected HTMLElement |
elementAt(int nIndex)
|
void |
endCenter()
Stops the HTML document's centered mode. |
protected int |
numberOfElements()
|
void |
render(java.io.PrintWriter out)
Renders the container's header, contained objects and footer. |
protected void |
renderContainerFooter(java.io.PrintWriter out)
|
protected void |
renderContainerHeader(java.io.PrintWriter out)
|
protected void |
renderElementFooter(java.io.PrintWriter out)
|
protected void |
renderElementHeader(java.io.PrintWriter out)
|
void |
skipLine(int nTimes)
Causes nTimes lines to be skipped. |
void |
startCenter()
Starts the HTML document centered mode. |
Methods inherited from class oracle.jdeveloper.html.HTMLElement |
fixFieldValueForHTML, getAsString, getCSSClassName, quote, render, setCSSClassName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Vector Elements
Constructor Detail |
public HTMLElementContainer()
Method Detail |
public void addElement(HTMLElement elem)
protected int numberOfElements()
protected HTMLElement elementAt(int nIndex)
public void addHeader(int nLevel, java.lang.String sHeader)
public void addForm(HTMLForm aForm)
public void addImage(java.lang.String sName)
public void addImageClass(java.lang.String sName, java.lang.String sClass)
public void addToolBar(HTMLToolBar aBar)
public void addImageURL(HTMLImageURL aURL)
public void addTextURL(HTMLTextURL aURL)
public void addTable(HTMLTable aTable)
public void startCenter()
public void endCenter()
public void skipLine(int nTimes)
protected void renderContainerHeader(java.io.PrintWriter out) throws java.lang.Exception
java.lang.Exception
protected void renderContainerFooter(java.io.PrintWriter out) throws java.lang.Exception
java.lang.Exception
protected void renderElementHeader(java.io.PrintWriter out) throws java.lang.Exception
java.lang.Exception
protected void renderElementFooter(java.io.PrintWriter out) throws java.lang.Exception
java.lang.Exception
public void render(java.io.PrintWriter out) throws java.lang.Exception
render
in class HTMLElement
java.lang.Exception
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.