cx.ath.matthew.cgi
Class CheckBox

java.lang.Object
  extended by cx.ath.matthew.cgi.Field
      extended by cx.ath.matthew.cgi.CheckBox

public class CheckBox
extends Field


Field Summary
 
Fields inherited from class cx.ath.matthew.cgi.Field
label, name
 
Constructor Summary
CheckBox(String name, String label, boolean checked)
           
 
Method Summary
protected  String print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckBox

public CheckBox(String name,
                String label,
                boolean checked)
Method Detail

print

protected String print()
Specified by:
print in class Field