|
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.HTMLToolBar
A Web Bean that provides methods to dynamically generate an HTML toolbar.
Field Summary |
Fields inherited from class oracle.jdeveloper.html.HTMLElementContainer |
Elements |
Fields inherited from class oracle.jdeveloper.html.HTMLElement |
sClassName |
Constructor Summary | |
HTMLToolBar() |
Method Summary | |
void |
addButton(java.lang.String sImage, java.lang.String sURL) Adds a button to the toolbar. |
void |
addButton(java.lang.String sImage, java.lang.String sURL, java.lang.String sTitle) Adds a button to the toolbar. |
void |
addDisabledButton(java.lang.String sURL) Adds a disabled button to the toolbar. |
void |
addDisabledButton(java.lang.String sURL, java.lang.String sTitle) Adds a disabled button to the toolbar. |
void |
addSeparator(java.lang.String sURL) Adds a separator to the toolbar. |
void |
render(java.io.PrintWriter out) Renders the container's header, contained objects and footer. |
protected void |
renderContainerFooter(java.io.PrintWriter out) |
void |
renderContainerHeader(java.io.PrintWriter out) |
Methods inherited from class oracle.jdeveloper.html.HTMLElementContainer |
addElement, addForm, addHeader, addImage, addImageClass, addImageURL, addTable, addTextURL, addToolBar, elementAt, endCenter, numberOfElements, 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 |
Constructor Detail |
public HTMLToolBar()
Method Detail |
public void addButton(java.lang.String sImage, java.lang.String sURL)
sImage
- the URL of the button's image file (GIF or JPEG)sURL
- the URL to link to when the button is clickedpublic void addButton(java.lang.String sImage, java.lang.String sURL, java.lang.String sTitle)
sImage
- the URL of the button's image file (GIF or JPEG)sURL
- the URL to link to when the button is clickedsTitle
- the title that appears when the mouse pointer is held over the buttonpublic void addSeparator(java.lang.String sURL)
sURL
- the URL of the separator image file (GIF or JPEG)public void addDisabledButton(java.lang.String sURL)
sURL
- - the URL of the disabled button's image file (GIF or JPEG)public void addDisabledButton(java.lang.String sURL, java.lang.String sTitle)
sURL
- the URL of the disabled button's image file (GIF or JPEG)sTitle
- the title that appears when the mouse pointer is held over the buttonpublic void renderContainerHeader(java.io.PrintWriter out)
renderContainerHeader
in class HTMLElementContainer
protected void renderContainerFooter(java.io.PrintWriter out)
renderContainerFooter
in class HTMLElementContainer
public void render(java.io.PrintWriter out) throws java.lang.Exception
HTMLElementContainer
render
in class HTMLElementContainer
java.lang.Exception
|
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.