|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.townleyenterprises.validator.ValidationEvent
com.townleyenterprises.validator.FieldSetValidationEvent
This event is fired whenever a field set validation has failed. It is intended to provide enough information to allow the listener to react to the validation failure and correct it if possible.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
FieldSetValidationEvent(java.lang.Object sender,
Form form,
java.util.Map fields)
The constructor initializes the instance with all the relevant failure information. |
Method Summary | |
java.util.Map |
getFields()
|
Methods inherited from class com.townleyenterprises.validator.ValidationEvent |
consume, getForm, isConsumed |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FieldSetValidationEvent(java.lang.Object sender, Form form, java.util.Map fields)
sender
- the validator instance which caused the
failureform
- the form instance containing the fieldfields
- the map containg the field names and valuesMethod Detail |
public java.util.Map getFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |