|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.Form
public class Form
This class implements a HTML form Widget.
| Constructor Summary | |
|---|---|
Form(String method,
String action)
Constructor. |
|
Form(String name,
String method,
String action)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addWidget(HTMLWidget w)
This method adds a HTML widget to this form. |
String |
toHTML()
This method generates a HTML representation of this widget. |
| Methods inherited from class com.bankframe.fe.html.HTMLWidget |
|---|
quote, quote |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Form(String method,
String action)
method - the form Submission method (submit, reset etc.)action - the action to carry out on submit
public Form(String name,
String method,
String action)
name - the form namemethod - the form submission methodaction - the action to carry out when submitting this form| Method Detail |
|---|
public void addWidget(HTMLWidget w)
w - the widget to addpublic String toHTML()
toHTML in class HTMLWidget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||