Uses of Interface
to.etc.domui.converter.IValueValidator

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
           
 class PositiveNumberValidator
          Checks if the number is zero or greater then zero.
 

Methods in to.etc.domui.converter that return IValueValidator
static
<T> IValueValidator<T>
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
<T> IValueValidator<T>
ValidatorRegistry.getValueValidator(java.lang.Class<? extends IValueValidator<T>> clz, java.lang.String[] parameters)
          Retrieves a validator instance.