|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.tools.forms.Form
public class Form
Field Summary | |
---|---|
protected FormHandlerInterface |
handler
The handler of the form. |
Constructor Summary | |
---|---|
Form(FormHandlerInterface handler)
|
Method Summary | |
---|---|
void |
addField(java.lang.String name,
java.lang.String title,
FormField field)
Register a new form field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected FormHandlerInterface handler
Constructor Detail |
---|
public Form(FormHandlerInterface handler)
Method Detail |
---|
public void addField(java.lang.String name, java.lang.String title, FormField field)
name
- The name of the field to be defined.title
- Title of the field to be defined.field
- The field editor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |