| 
|||||||||||
| 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
This class implements a HTML form Widget.
| Constructor Summary | |
Form(java.lang.String method,
     java.lang.String action)
Constructor.  | 
|
Form(java.lang.String name,
     java.lang.String method,
     java.lang.String action)
Constructor.  | 
|
| Method Summary | |
 void | 
addWidget(HTMLWidget w)
This method adds a HTML widget to this form.  | 
 java.lang.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(java.lang.String method,
            java.lang.String action)
method - the form Submission method (submit, reset etc.)action - the action to carry out on submit
public Form(java.lang.String name,
            java.lang.String method,
            java.lang.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 java.lang.String toHTML()
toHTML in class HTMLWidget
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||