|
|||||||||||
| 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.TextBox
This class implements a HTML text box widget.
| Constructor Summary | |
TextBox(java.lang.String name,
int length,
java.lang.String value,
int size)
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 TextBox(java.lang.String name,
int length,
java.lang.String value,
int size)
name - the name of this text boxvalue - the default text to display in this text boxsize - the size of this text box| 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 | ||||||||||