| Class | Description |
|---|---|
| SwingValidator<B> |
La surcharge de
BeanValidator pour les ui swing
Permet d'ajouter facilement le support de la validation des champs d'un bean
et de le relier a une interface graphique. |
| SwingValidatorMessage |
The object to box a validation message within an u.
|
| SwingValidatorMessageListModel |
The model of the list of validation's messages
|
| SwingValidatorMessageListMouseListener |
A mouse listener to put on a
JList with a SwingValidatorMessageListModel as a model. |
| SwingValidatorMessageListRenderer |
A simple render of a table of validator's messages, says a table that use a
SwingValidatorMessageTableModel model. |
| SwingValidatorMessageTableModel |
The model of the table of errors.
|
| SwingValidatorMessageTableMouseListener |
A mouse listener to put on a
JList with a SwingValidatorMessageTableModel as a model. |
| SwingValidatorMessageTableRenderer |
A simple render of a table of validator's messages, says a table that use
a
SwingValidatorMessageTableModel model. |
| SwingValidatorUtil |
The helper class for swing validation module.
|
| SwingValidatorUtil.DefaultSwingValidatorCreator |
Default bean validator creator to use in the
BeanValidatorFactory. |
Copyright © 2008-2012 CodeLutin. All Rights Reserved.