cx.ath.matthew.cgi

Class TextArea


public class TextArea
extends Field

Field Summary

Fields inherited from class cx.ath.matthew.cgi.Field

label, name

Constructor Summary

TextArea(String name, String label, String defval)
TextArea(String name, String label, String defval, int cols, int rows)

Method Summary

protected String
print()

Methods inherited from class cx.ath.matthew.cgi.Field

print

Constructor Details

TextArea

public TextArea(String name,
                String label,
                String defval)

TextArea

public TextArea(String name,
                String label,
                String defval,
                int cols,
                int rows)

Method Details

print

protected String print()
Overrides:
print in interface Field