|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationEvent | |
---|---|
biz.c24.io.api.data | Data Model super and utility classes. |
biz.c24.io.api.web | Web components and tag libraries that uses the Java Servlet Technology. |
Uses of ValidationEvent in biz.c24.io.api.data |
---|
Methods in biz.c24.io.api.data that return ValidationEvent | |
---|---|
ValidationEvent[] |
ValidationEventCollector.getFailEvents()
Returns an array of the fail events. |
ValidationEvent[] |
ValidationEventCollector.getPassEvents()
Returns an array of the pass events. |
ValidationEvent |
ValidationException.getUnderlyingEvent()
|
Methods in biz.c24.io.api.data with parameters of type ValidationEvent | |
---|---|
void |
ValidationManager.fireValidationEvent(ValidationEvent event)
Call back to notify the manager of an event during the validation process. |
void |
ValidationEventCollector.validationFailed(ValidationEvent ve)
|
void |
ValidationListener.validationFailed(ValidationEvent ve)
Invoked when a validation call is unsuccessful. |
void |
ValidationEventCollector.validationPassed(ValidationEvent ve)
|
void |
ValidationListener.validationPassed(ValidationEvent ve)
Invoked when a validation call has been successful. |
Uses of ValidationEvent in biz.c24.io.api.web |
---|
Methods in biz.c24.io.api.web with parameters of type ValidationEvent | |
---|---|
protected void |
StructureTag.generate(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
boolean visible,
int thisDepth)
|
protected void |
StructureTag.generate(ComplexDataObject obj,
ValidationEvent[] errors,
boolean visible)
|
protected void |
StructureTag.generateAddRemoveButtons(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
Object value,
int index,
int thisDepth,
boolean visible,
boolean parserError)
|
protected void |
StructureTag.generateName(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
Object value,
int index,
int thisDepth,
boolean visible,
boolean parserError)
|
protected void |
StructureTag.generateRow(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
Object value,
int index,
boolean visible,
boolean parserError,
int thisDepth)
|
protected void |
StructureTag.generateValue(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
Object value,
int index,
int thisDepth,
boolean viewable,
boolean parserError)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |