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

Interface w3c.tools.forms.FormHandlerInterface

public interface FormHandlerInterface
extends Object

Method Index

 o acceptFieldValue(String, Object)
Is the given value appropriate for the given field ?
 o fieldChanged(String)
The field whose name is given has changed.
 o validate()
The whole form has been validated.

Methods

 o fieldChanged
  public abstract void fieldChanged(String name)
The field whose name is given has changed.
 o acceptFieldValue
  public abstract boolean acceptFieldValue(String name,
                                           Object value)
Is the given value appropriate for the given field ?
 o validate
  public abstract void validate()
The whole form has been validated.

All Packages  Class Hierarchy  This Package  Previous  Next  Index