|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-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 | +--oracle.jdeveloper.html.HTMLDocument
Represents an HTML document. All top level HTML objects are added to this object. This class represents the HTML page. All forms,tables,scripts,... are added to the HTML page via the interfaces of this class.
Field Summary | |
protected java.lang.String |
clickHandler |
protected java.lang.String |
theImage |
protected java.util.Vector |
theScriptLibraries |
protected java.util.Vector |
theScripts |
protected java.lang.String |
theStyle |
protected java.lang.String |
theStyleSheet |
protected java.lang.String |
theTitle |
Fields inherited from class oracle.jdeveloper.html.HTMLElementContainer |
Elements |
Fields inherited from class oracle.jdeveloper.html.HTMLElement |
sClassName |
Constructor Summary | |
HTMLDocument() |
Method Summary | |
void |
addScript(HTMLScript aScript) Adds an HTML script to the document. |
void |
addScriptLibrary(java.lang.String LibraryPath) Adds a script library to the document. |
java.lang.String |
getBackgroundImage() returns the currently set background image |
java.lang.String |
getTitle() |
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 |
renderScriptLibraries(java.io.PrintWriter out) |
protected void |
renderScripts(java.io.PrintWriter out) |
protected void |
renderStyleSheet(java.io.PrintWriter out) |
void |
setBackgroundImage(java.lang.String sImage) Sets the HTML document's background image. |
void |
setClickHandler(java.lang.String sHandler) Sets the JavaScript click handler function that will be called when this document receives a mouse click. |
void |
setStyle(java.lang.String style) Sets the CSS style to be used by this document. |
void |
setStyleSheet(java.lang.String sSheet) Sets the CSS style sheet URL to be used by this document. |
void |
setTitle(java.lang.String sTitle) Sets the HTML document's title. |
Methods inherited from class oracle.jdeveloper.html.HTMLElementContainer |
addElement, addForm, addHeader, addImage, addImageClass, addImageURL, addTable, addTextURL, addToolBar, elementAt, endCenter, numberOfElements, renderContainerFooter, renderElementFooter, renderElementHeader, skipLine, startCenter |
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.lang.String theTitle
protected java.lang.String theImage
protected java.util.Vector theScripts
protected java.util.Vector theScriptLibraries
protected java.lang.String theStyleSheet
protected java.lang.String clickHandler
protected java.lang.String theStyle
Constructor Detail |
public HTMLDocument()
Method Detail |
public void setStyle(java.lang.String style)
public void setClickHandler(java.lang.String sHandler)
public void setStyleSheet(java.lang.String sSheet)
protected void renderScriptLibraries(java.io.PrintWriter out) throws java.lang.Exception
java.lang.Exception
protected void renderScripts(java.io.PrintWriter out) throws java.lang.Exception
java.lang.Exception
protected void renderStyleSheet(java.io.PrintWriter out)
protected void renderContainerHeader(java.io.PrintWriter out) throws java.lang.Exception
renderContainerHeader
in class HTMLElementContainer
java.lang.Exception
protected void RenderContainerFooter(java.io.PrintWriter out) throws java.lang.Exception
java.lang.Exception
public void addScript(HTMLScript aScript)
public void addScriptLibrary(java.lang.String LibraryPath)
public void render(java.io.PrintWriter out) throws java.lang.Exception
HTMLElementContainer
render
in class HTMLElementContainer
java.lang.Exception
public void setTitle(java.lang.String sTitle)
public java.lang.String getTitle()
public void setBackgroundImage(java.lang.String sImage)
public java.lang.String getBackgroundImage()
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.