|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--superwaba.ext.xplat.html.Form
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 |
public Form(Form previous,
AttributeList atts)
previous - previous form, if any. null otherwise.atts - tag attributes| Method Detail |
public void submit(HtmlContainer htmlCnr)
htmlCnr - HtmlContainer instance to submit the form topublic void reset()
protected java.lang.String getURL()
protected Vector getInputs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||