| Interface | Description |
|---|---|
| SwingListValidatorDataLocator<O> |
Object that can locate for a given
SwingListValidatorMessage,
the cell of this data in a table editor. |
| Class | Description |
|---|---|
| SwingListValidatorHighlightPredicate<O> |
HighLight predicates for a table editor using
BeanListValidator of
his data. |
| SwingListValidatorMessage |
TODO
|
| SwingListValidatorMessageTableModel |
The model of the table of errors.
|
| SwingListValidatorMessageTableMouseListener |
A mouse listener to edit a cell when double clicking on a validation
message coming from a
SwingValidatorMessageTableModel. |
| SwingListValidatorMessageTableRenderer |
TODO
|
| SwingListValidatorTableEditorModelListener<O> |
Listens a table model which is the editor of a list of bean, add and remove
beans to the target validator.
|
| SwingValidator<B> |
La surcharge de
SimpleBeanValidator 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 swing ui.
|
| 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.
|
Copyright © 2008-2012 CodeLutin. All Rights Reserved.