Package com.jgoodies.validation.tutorial.basics

Contains examples that demonstrate basic validation techniques

See:
          Description

Class Summary
ComponentFeedbackExample 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 Demonstrates a style how to provide input hints, so that users can avoid entering invalid data.
MandatoryMarkerExample Demonstrates different styles how to mark mandatory fields.
SimpleDomainValidationExample A simple validation example that uses a "copying" binding, not the JGoodies Binding.
ValidationMessageKeysExample Demonstrates how to associate validation messages with UI components.
ValidationResultViewExample Demonstrates the different validation result views created by the ValidationResultViewFactory.
ValidationTimeExample Demonstrates and compares different validation times: key-typed, focus lost, commit (OK pressed).
 

Package com.jgoodies.validation.tutorial.basics Description

Contains examples that demonstrate basic validation techniques.

Related Documentation

For more information see:

See Also:
com.jgoodies.validation.tutorial.formatted, com.jgoodies.validation.tutorial.performance, com.jgoodies.validation.tutorial.shared, com.jgoodies.validation.tutorial.util, com.jgoodies.validation.tutorial.validator


Copyright © 2003-2008 JGoodies Karsten Lentzsch. All Rights Reserved.