cx.ath.matthew.cgi
Class SubmitButton

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

public class SubmitButton
extends Field

Author:
Agent TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class cx.ath.matthew.cgi.Field
label, name
 
Constructor Summary
SubmitButton(String name, String label)
           
 
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

SubmitButton

public SubmitButton(String name,
                    String label)
Method Detail

print

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