All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.strandberg.html.TextArea

java.lang.Object
   |
   +----net.strandberg.html.TextArea

public class TextArea
extends Object
implements HTMLItem
The class TextArea...

Version:
$Revision: 0.0 $
Author:
Mats Strandberg

Variable Index

 o asTableItemM

Constructor Index

 o TextArea(String, String)
 o TextArea(String, String, int, int)
 o TextArea(String, String, String, boolean)
 o TextArea(String, String, String, int, int, boolean)

Method Index

 o main(String[])
Tests the class
 o toHTML()

Variables

 o asTableItemM
 public boolean asTableItemM

Constructors

 o TextArea
 public TextArea(String name,
                 String label)
 o TextArea
 public TextArea(String name,
                 String label,
                 int width,
                 int height)
 o TextArea
 public TextArea(String name,
                 String label,
                 String text,
                 boolean asTableItem)
 o TextArea
 public TextArea(String name,
                 String label,
                 String text,
                 int width,
                 int height,
                 boolean asTableItem)

Methods

 o toHTML
 public String toHTML()
 o main
 public static void main(String args[])
Tests the class


All Packages  Class Hierarchy  This Package  Previous  Next  Index