org.mortbay.html
| Constructor and Description |
|---|
TextArea(java.lang.String name) |
TextArea(java.lang.String name,
java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
TextArea |
setSize(int cols,
int lines) |
add, contents, nest, replace, reset, setNest, size, unnestpublic TextArea(java.lang.String name)
name - The name of the TextArea within the formpublic TextArea(java.lang.String name,
java.lang.String s)
name - The name of the TextArea within the forms - The string in the text areapublic TextArea setSize(int cols, int lines)
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.