com.jgoodies.validation.tutorial.basics |
Contains examples that demonstrate basic validation techniques.
Related Documentation
For more information see:
@see com.jgoodies.validation.tutorial.formatted
@see com.jgoodies.validation.tutorial.performance
@see com.jgoodies.validation.tutorial.shared
@see com.jgoodies.validation.tutorial.util
@see com.jgoodies.validation.tutorial.validator
|
Java Source File Name | Type | Comment |
ComponentFeedbackExample.java | Class | Demonstrates different styles how to indicate that a component
contains invalid data:
background changes if empty,
background reflects the severity,
overlaid icons reflect the severity. |
InfoOnFocusExample.java | Class | Demonstrates a style how to provide input hints,
so that users can avoid entering invalid data. |
MandatoryMarkerExample.java | Class | Demonstrates different styles how to mark mandatory fields. |
SimpleDomainValidationExample.java | Class | A simple validation example that uses a "copying" binding,
not the JGoodies Binding. |
ValidationMessageKeysExample.java | Class | Demonstrates how to associate validation messages with UI components. |
ValidationResultViewExample.java | Class | Demonstrates the different validation result views created by the
com.jgoodies.validation.view.ValidationResultViewFactory . |
ValidationTimeExample.java | Class | Demonstrates and compares different validation times:
key-typed, focus lost, commit (OK pressed). |