cx.ath.matthew.cgi
Class Field

java.lang.Object
  extended by cx.ath.matthew.cgi.Field
Direct Known Subclasses:
CheckBox, DisplayField, DropDown, HiddenField, NewTable, Password, Radio, SubmitButton, TextArea, TextField

public abstract class Field
extends Object


Field Summary
protected  String label
           
protected  String name
           
 
Constructor Summary
Field()
           
 
Method Summary
protected abstract  String print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

label

protected String label
Constructor Detail

Field

public Field()
Method Detail

print

protected abstract String print()