|
||||||||||
| 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.Cell
public class Cell
This class implements a HTML table cell widget.
| Constructor Summary | |
|---|---|
Cell(String name,
HTMLWidget w)
This constructor builds a cell with a given name that hold a given widget. |
|
Cell(String name,
HTMLWidget w,
int width)
Constructor. |
|
Cell(String name,
String t)
Constructor. |
|
Cell(String name,
String t,
int width)
Constructor. |
|
| Method Summary | |
|---|---|
void |
setWidth(int w)
This method sets the cell width. |
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 Cell(String name,
HTMLWidget w)
name - Name of this cellw - Widget to place in this cell
public Cell(String name,
HTMLWidget w,
int width)
name - the name of this cellw - the idget to place in this cellwidth - the width of this cell
public Cell(String name,
String t)
name - the name of this cellt - text to place in this cell
public Cell(String name,
String t,
int width)
name - the name of this cellt - text to place in this cellwidth - the width of this cell| Method Detail |
|---|
public void setWidth(int w)
w - the new width of this cellpublic String toHTML()
toHTML in class HTMLWidget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||