|
|||||||||||
| 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.TextArea
This class implements a HTML text area widget.
| Constructor Summary | |
TextArea(java.lang.String name,
int cols,
int rows,
java.lang.String value)
Constructor |
|
| Method Summary | |
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 TextArea(java.lang.String name,
int cols,
int rows,
java.lang.String value)
name - the text area namecols - the width of text arearows - the height of text areavalue - the text to display in text area| Method Detail |
public java.lang.String toHTML()
toHTML in class HTMLWidget
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||