|
||||||||||
| 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.Table
public class Table
This class implements a HTML table widget.
| Constructor Summary | |
|---|---|
Table()
Default Constructor. |
|
Table(int border,
int width)
Constructor. |
|
Table(Vector r)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addRow(Row newRow)
This method adds a row to this table. |
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 Table()
public Table(int border,
int width)
border - the width of table borderwidth - the width of tablepublic Table(Vector r)
r - a vector of rows to add to this table| Method Detail |
|---|
public void addRow(Row newRow)
newRow - the new row to add to this tablepublic String toHTML()
toHTML in class HTMLWidget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||