org.mortbay.html

Class TextArea

public class TextArea extends Block

A Text Area within a form.

The text in the textarea is handled by the super class, Text

See Also: Text

Constructor Summary
TextArea(String name)
TextArea(String name, String s)
Method Summary
TextAreasetSize(int cols, int lines)

Constructor Detail

TextArea

public TextArea(String name)

Parameters: name The name of the TextArea within the form

TextArea

public TextArea(String name, String s)

Parameters: name The name of the TextArea within the form s The string in the text area

Method Detail

setSize

public TextArea setSize(int cols, int lines)
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.