|
Business Components 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.html.HTMLElement
oracle.jdeveloper.html.HTMLElementContainer
oracle.jdeveloper.html.HTMLTableRow
Represents an HTML TABLE'S TR tag.
Field Summary | |
protected java.lang.String |
align
|
Fields inherited from class oracle.jdeveloper.html.HTMLElementContainer |
Elements |
Fields inherited from class oracle.jdeveloper.html.HTMLElement |
sClassName |
Constructor Summary | |
HTMLTableRow()
constructs a new table row |
|
HTMLTableRow(java.lang.String align)
constructs a new table row |
Method Summary | |
void |
addCell(HTMLTableCell cell)
Adds a table cell to the row. |
void |
addElement(HTMLElement elem)
Adds a new element to the table row |
void |
addFieldLabel(java.lang.String Text)
Adds a new text cell to the row. |
void |
addFormattedTextCell(java.lang.String Text)
Adds a formatted text cell to the table row. |
void |
addTextCell(java.lang.String Text)
Adds a text cell to the table row. |
void |
addTextCell(java.lang.String Text,
java.lang.String className)
Adds a text cell to the table row. |
protected void |
renderContainerFooter(java.io.PrintWriter out)
|
protected void |
renderContainerHeader(java.io.PrintWriter out)
|
Methods inherited from class oracle.jdeveloper.html.HTMLElementContainer |
addForm, addHeader, addImage, addImageClass, addImageURL, addTable, addTextURL, addToolBar, elementAt, endCenter, numberOfElements, render, 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 align
Constructor Detail |
public HTMLTableRow()
public HTMLTableRow(java.lang.String align)
align
- the new row's aligmentMethod Detail |
public void addElement(HTMLElement elem)
addElement
in class HTMLElementContainer
elem
- Element that will render it's contents to the table row.public void addCell(HTMLTableCell cell)
cell
- Element that will render it's contents to the table row.public void addTextCell(java.lang.String Text)
Text
- text for new table cellpublic void addTextCell(java.lang.String Text, java.lang.String className)
Text
- text for new table cellclassName
- CSS class name for new text cellpublic void addFieldLabel(java.lang.String Text)
public void addFormattedTextCell(java.lang.String Text)
protected void renderContainerHeader(java.io.PrintWriter out)
renderContainerHeader
in class HTMLElementContainer
protected void renderContainerFooter(java.io.PrintWriter out)
renderContainerFooter
in class HTMLElementContainer
|
Business Components 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.