org.olat.core.gui.components.form.flexible.impl.elements
Interface ItemValidatorProvider
- All Known Subinterfaces:
- UserPropertyHandler
- All Known Implementing Classes:
- AbstractUserPropertyHandler, DatePropertyHandler, EmailProperty, GenderPropertyHandler, Generic127CharTextPropertyHandler, GenericCheckboxPropertyHandler, ICQPropertyHandler, MSNPropertyHandler, PhonePropertyHandler, SkypePropertyHandler, URLPropertyHandler, XingPropertyHandler
public interface ItemValidatorProvider
Description:
This interface is needed, to call required isValidValue() depending on sub-type
Initial Date: 07.03.2008
- Author:
- rhaag
isValidValue
boolean isValidValue(java.lang.String value,
ValidationError validationError,
java.util.Locale locale)