Interface ValidationGroupProvider
- All Known Implementing Classes:
ValidationPanel
public interface ValidationGroupProvider
Optional interface which can be implemented on a component to
indicate that it supplies validation.
Useful for composing together panels that have validation groups -
for example, if a panel implementing this interface is added to
a ValidationPanel, then its SwingValidationGroup will tranparently
be merged into that of the ValidationPanel.
- Author:
- Tim Boudreau
-
Method Summary
-
Method Details
-
getValidationGroup
ValidationGroup getValidationGroup()
-