|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | ||
|---|---|---|
|
BeanValidationContext.getTagModifier(Class<T> annotationType)
Gets the tag modifier for the specified annotation type |
|
|
BeanValidationConfiguration.getTagModifier(Class<T> annotationType)
|
|
| Methods in org.apache.wicket.bean.validation with parameters of type ITagModifier | ||
|---|---|---|
|
BeanValidationConfiguration.register(Class<T> annotationType,
ITagModifier<T> modifier)
Registeres a tag modifier for a specific constraint annotation |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||