Class w3c.tools.forms.Form
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.tools.forms.Form

java.lang.Object
   |
   +----w3c.tools.forms.Form

public class Form
extends Object

Variable Index

 o handler
The handler of the form.

Constructor Index

 o Form(FormHandlerInterface)

Method Index

 o addField(String, String, FormField)
Register a new form field.

Variables

 o handler
  protected FormHandlerInterface handler
The handler of the form.

Constructors

 o Form
  public Form(FormHandlerInterface handler)

Methods

 o addField
  public void addField(String name,
                       String title,
                       FormField field)
Register a new form field.
Parameters:
name - The name of the field to be defined.
title - Title of the field to be defined.
field - The field editor.

All Packages  Class Hierarchy  This Package  Previous  Next  Index