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
 interface BeanValidationContext
          A read-only view of BeanValidationConfiguration that can be retrieved by components to access the validator and other helpers.
 

Classes in org.apache.wicket.bean.validation that implement IPropertyResolver
 class BeanValidationConfiguration
          Configures bean validation and integrates it with Wicket
 class DefaultPropertyResolver
          Default property resolver.
 

Methods in org.apache.wicket.bean.validation with parameters of type IPropertyResolver
 BeanValidationConfiguration BeanValidationConfiguration.add(IPropertyResolver resolver)
          Adds a property resolver to the configuration.
 



Copyright © 2006–2016 Apache Software Foundation. All rights reserved.