com.bankframe.fe.html
Class TextBox
java.lang.Object
com.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.TextBox
public class TextBox
- extends HTMLWidget
This class implements a HTML text box widget.
Method Summary |
String |
toHTML()
This method returns a HTML representation of this widget. |
TextBox
public TextBox(String name,
int length,
String value,
int size)
- Constructor.
- Parameters:
name
- the name of this text boxvalue
- the default text to display in this text boxsize
- the size of this text box
toHTML
public String toHTML()
- This method returns a HTML representation of this widget.
- Specified by:
toHTML
in class HTMLWidget
- Returns:
- a string containing HTML markup
Copyright © 2005, 2007, Oracle. All rights reserved.