Package com.jgoodies.validation.view

Contains optional validation helper classes that assist in presenting validation results.

See:
          Description

Interface Summary
ValidationComponentUtils.Visitor Describes visitors that visit a component tree.
 

Class Summary
ValidationComponentUtils Consists exclusively of static methods that provide convenience behavior for operating on components that present validation data.
ValidationResultListAdapter Converts a ValidationResultModel into a ListModel.
ValidationResultViewFactory A factory class that vends views that present the state and contents of ValidationResults.
ValidationResultViewFactory.MessageStateChangeHandler Sets the component visible iff the validation result has messages.
 

Package com.jgoodies.validation.view Description

Contains optional validation helper classes that assist in presenting validation results. The API of these classes is work in progress and may change without notice. The classes may even be completely removed from future versions of the Validation library. If you want to use a class from this package, you may consider copying it into your codebase.

Related Documentation

For more information see:

See Also:
com.jgoodies.validation, com.jgoodies.validation.message, com.jgoodies.validation.util


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