Uses of Interface
org.apache.wicket.bean.validation.IPropertyResolver
-
-
Uses of IPropertyResolver in org.apache.wicket.bean.validation
Subinterfaces of IPropertyResolver in org.apache.wicket.bean.validation Modifier and Type Interface Description interfaceBeanValidationContextA read-only view ofBeanValidationConfigurationthat can be retrieved by components to access the validator and other helpers.Classes in org.apache.wicket.bean.validation that implement IPropertyResolver Modifier and Type Class Description classBeanValidationConfigurationConfigures bean validation and integrates it with WicketclassDefaultPropertyResolverDefault property resolver.Methods in org.apache.wicket.bean.validation with parameters of type IPropertyResolver Modifier and Type Method Description BeanValidationConfigurationBeanValidationConfiguration. add(IPropertyResolver resolver)Adds a property resolver to the configuration.
-