- All Known Subinterfaces:
- ValueConverter
- All Known Implementing Classes:
- AbstractValueConverter, CombinedIndexResolver
public interface Validateable
Represents a component which is able to validate itself. Not all component
types support validation. The specific components define the time when is the
validation performed and what happens with an invalid component.
- Since:
- 1.6
- Author:
- Martin Kouba