|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.Row
public class Row
This class implements a HTML table row HTML widget.
Constructor Summary | |
---|---|
Row()
Default Constructor. |
|
Row(Vector c)
Constructor. |
Method Summary | |
---|---|
void |
addCell(Cell newCell)
This method adds a table cell to this row. |
String |
toHTML()
This method returns a HTML representation of this widget. |
Methods inherited from class com.bankframe.fe.html.HTMLWidget |
---|
quote, quote |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Row()
public Row(Vector c)
c
- a Vector of table cells to add to this rowMethod Detail |
---|
public void addCell(Cell newCell)
newCell
- the new cell to append to this rowpublic String toHTML()
toHTML
in class HTMLWidget
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |