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