cx.ath.matthew.cgi
Class Radio

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

public class Radio
extends Field


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

Constructor Detail

Radio

public Radio(java.lang.String name,
             java.lang.String label,
             boolean checked)
Method Detail

print

protected java.lang.String print()
Specified by:
print in class Field