org.netbeans.validation.api.ui
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 ValidationGroup will tranparently
be merged into that of the ValidationPanel.
- Author:
- Tim Boudreau
CLIENT_PROP_VALIDATION_GROUP
static final java.lang.String CLIENT_PROP_VALIDATION_GROUP
- See Also:
- Constant Field Values
getValidationGroup
ValidationGroup getValidationGroup()