com.bankframe.fe.html
Class TextArea
java.lang.Object
com.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.TextArea
public class TextArea
- extends HTMLWidget
This class implements a HTML text area widget.
|
Method Summary |
String |
toHTML()
This method returns a HTML representation of this widget. |
TextArea
public TextArea(String name,
int cols,
int rows,
String value)
- Constructor
- Parameters:
name - the text area namecols - the width of text arearows - the height of text areavalue - the text to display in text area
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.