Uses of Interface
org.apache.wicket.bean.validation.ITagModifier

Uses of ITagModifier in org.apache.wicket.bean.validation
 

Classes in org.apache.wicket.bean.validation that implement ITagModifier
 class SizeTagModifier
          A tag modifier that adds the maxlength attribute to the input tag with the max value from the Size constraint annotation.
 

Methods in org.apache.wicket.bean.validation that return ITagModifier
<T extends Annotation>
ITagModifier<T>
BeanValidationContext.getTagModifier(Class<T> annotationType)
          Gets the tag modifier for the specified annotation type
<T extends Annotation>
ITagModifier<T>
BeanValidationConfiguration.getTagModifier(Class<T> annotationType)
           
 

Methods in org.apache.wicket.bean.validation with parameters of type ITagModifier
<T extends Annotation>
BeanValidationConfiguration
BeanValidationConfiguration.register(Class<T> annotationType, ITagModifier<T> modifier)
          Registeres a tag modifier for a specific constraint annotation
 



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