com.jcorporate.expresso.services.html
Class TextArea
java.lang.Object
com.jcorporate.expresso.services.html.HtmlElement
com.jcorporate.expresso.services.html.TextArea
- public class TextArea
- extends HtmlElement
- Version:
- $Revision: 1.8 $ $Date: 2004/11/17 20:48:18 $
- Author:
- Michael Nash
|
Method Summary |
void |
display(PrintWriter out,
int depth)
Display the element to the client
Each HtmlElement must implement this method |
| Methods inherited from class com.jcorporate.expresso.services.html.HtmlElement |
add, display, finalize, getAttribute, getContentCount, getCSSClass, getName, padWithTabs, setAttribute, setCSSClass, setCSSID, setDisplayed, setName, setParent |
TextArea
public TextArea()
throws HtmlException
- Constructor
TextArea
public TextArea(String newFieldName,
String newFieldValue,
int newRows,
int newCols)
throws HtmlException
- Constructor
- Parameters:
newFieldName - field namenewFieldValue - field valuenewRows - size in rowsnewCols - size in columns
display
public void display(PrintWriter out,
int depth)
throws HtmlException
- Description copied from class:
HtmlElement
- Display the element to the client
Each HtmlElement must implement this method
- Specified by:
display in class HtmlElement
- Parameters:
out - the output streamdepth - the number of tabs to indent
- Throws:
HtmlException - If the element (or it's contents) cannot be displayed
Please see www.jcorporate.com for information about new Expresso releases.