superwaba.ext.xplat.html
Class Form

java.lang.Object
  |
  +--superwaba.ext.xplat.html.Form

public class Form
extends java.lang.Object

Form links all Input element attached to it.


Constructor Summary
Form(Form previous, AttributeList atts)
          Constructor
 
Method Summary
protected  Vector getInputs()
           
protected  java.lang.String getURL()
           
 void reset()
          This method is called by the reset button of the form to reset the contents of the form to their default values.
 void submit(HtmlContainer htmlCnr)
          This method is called by the submit button of the form to submit the contents of the form to the server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Form

public Form(Form previous,
            AttributeList atts)
Constructor
Parameters:
previous - previous form, if any. null otherwise.
atts - tag attributes
Method Detail

submit

public void submit(HtmlContainer htmlCnr)
This method is called by the submit button of the form to submit the contents of the form to the server.
Parameters:
htmlCnr - HtmlContainer instance to submit the form to

reset

public void reset()
This method is called by the reset button of the form to reset the contents of the form to their default values.

getURL

protected java.lang.String getURL()

getInputs

protected Vector getInputs()