public class UiValidator<T> extends Object implements org.apache.wicket.validation.IValidator<T>, org.apache.wicket.validation.INullAcceptingValidator<T>, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_PREFIX
Localization key prefix
|
| Constructor and Description |
|---|
UiValidator(Validator<T> validator,
Key<Ujo,T> key)
Constructor for a special Wicket validator
|
UiValidator(Validator<T> validator,
KeyRing key)
Constructor for a special Wicket validator
|
public static final String PROPERTY_PREFIX
public UiValidator(Validator<T> validator, Key<Ujo,T> key)
validator - Required validatorkey - Optional keyCopyright © 2014. All Rights Reserved.