Package | Description |
---|---|
fc.web.forms |
Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram).
|
Modifier and Type | Method and Description |
---|---|
TextArea |
Form.getTextArea(String name)
Returns the field with the specific name as a
TextArea . |
TextArea |
TextArea.setCols(int cols)
This value (if set) is rendered as the html COLS tag.
|
TextArea |
TextArea.setRows(int rows)
This value (if set) is rendered as the html ROWS tag.
|
TextArea |
TextArea.setWrap(TextArea.WrapType wrap)
Sets the wrapping mode of this text box.
|