|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IValueValidator | |
---|---|
to.etc.domui.component.input | |
to.etc.domui.component.meta | |
to.etc.domui.component.meta.impl | |
to.etc.domui.converter |
Uses of IValueValidator in to.etc.domui.component.input |
---|
Methods in to.etc.domui.component.input with parameters of type IValueValidator | |
---|---|
void |
Text.addValidator(IValueValidator<?> v)
|
Method parameters in to.etc.domui.component.input with type arguments of type IValueValidator | |
---|---|
void |
Text.addValidator(java.lang.Class<? extends IValueValidator<T>> clz)
|
void |
Text.addValidator(java.lang.Class<? extends IValueValidator<T>> clz,
java.lang.String[] parameters)
|
Uses of IValueValidator in to.etc.domui.component.meta |
---|
Methods in to.etc.domui.component.meta that return types with arguments of type IValueValidator | |
---|---|
java.lang.Class<? extends IValueValidator<?>> |
PropertyMetaValidator.getValidatorClass()
|
Uses of IValueValidator in to.etc.domui.component.meta.impl |
---|
Methods in to.etc.domui.component.meta.impl that return types with arguments of type IValueValidator | |
---|---|
java.lang.Class<? extends IValueValidator<?>> |
MetaPropertyValidatorImpl.getValidatorClass()
|
Method parameters in to.etc.domui.component.meta.impl with type arguments of type IValueValidator | |
---|---|
void |
MetaPropertyValidatorImpl.setValidatorClass(java.lang.Class<? extends IValueValidator<?>> vclass)
|
Constructor parameters in to.etc.domui.component.meta.impl with type arguments of type IValueValidator | |
---|---|
MetaPropertyValidatorImpl(java.lang.Class<? extends IValueValidator<?>> vclass)
|
|
MetaPropertyValidatorImpl(java.lang.Class<? extends IValueValidator<?>> vclass,
java.lang.String[] parameters)
|
Uses of IValueValidator in to.etc.domui.converter |
---|
Subinterfaces of IValueValidator in to.etc.domui.converter | |
---|---|
interface |
IParameterizedValidator<T>
|
Classes in to.etc.domui.converter that implement IValueValidator | |
---|---|
class |
MaxMinValidator
|
Methods in to.etc.domui.converter that return IValueValidator | ||
---|---|---|
static
|
ValidatorRegistry.getValueValidator(java.lang.Class<? extends IValueValidator<T>> clz,
java.lang.String[] parameters)
Retrieves a validator instance. |
Method parameters in to.etc.domui.converter with type arguments of type IValueValidator | ||
---|---|---|
static
|
ValidatorRegistry.getValueValidator(java.lang.Class<? extends IValueValidator<T>> clz,
java.lang.String[] parameters)
Retrieves a validator instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |