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 Modifier and Type Class Description classSizeTagModifierA tag modifier that adds themaxlengthandminlengthattributes to theinputandtextareatag with the max/min value from theSizeconstraint annotation.Fields in org.apache.wicket.bean.validation declared as ITagModifier Modifier and Type Field Description static ITagModifier<?>ITagModifier. NO_OPMethods in org.apache.wicket.bean.validation that return ITagModifier Modifier and Type Method Description <T extends Annotation>
ITagModifier<T>BeanValidationConfiguration. getTagModifier(Class<T> annotationType)Get the registered modifier for the given annotation.<T extends Annotation>
ITagModifier<T>BeanValidationContext. getTagModifier(Class<T> annotationType)Gets the tag modifier for the specified annotation typeMethods in org.apache.wicket.bean.validation with parameters of type ITagModifier Modifier and Type Method Description <T extends Annotation>
BeanValidationConfigurationBeanValidationConfiguration. register(Class<T> annotationType, ITagModifier<T> modifier)Registers a tag modifier for a specific constraint annotation.
-