Uses of Class
jaxx.runtime.validator.BeanValidatorScope

Packages that use BeanValidatorScope
jaxx.runtime.validator   
 

Uses of BeanValidatorScope in jaxx.runtime.validator
 

Fields in jaxx.runtime.validator declared as BeanValidatorScope
protected  BeanValidatorScope BeanValidatorMessage.scope
          the scope of the message
 

Fields in jaxx.runtime.validator with type parameters of type BeanValidatorScope
protected  java.util.EnumMap<BeanValidatorScope,java.util.Set<java.lang.String>> BeanValidatorField.messages
           
protected  java.util.EnumMap<BeanValidatorScope,XWorkBeanValidator<B>> BeanValidator.validators
          xworks scope validator
 

Methods in jaxx.runtime.validator that return BeanValidatorScope
 BeanValidatorScope BeanValidatorField.getScope()
           
 BeanValidatorScope BeanValidatorMessage.getScope()
           
 BeanValidatorScope BeanValidatorEvent.getScope()
           
static BeanValidatorScope BeanValidatorScope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BeanValidatorScope[] BeanValidatorScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jaxx.runtime.validator that return types with arguments of type BeanValidatorScope
 java.util.Set<BeanValidatorScope> BeanValidatorField.getScopes()
           
 java.util.Set<BeanValidatorScope> BeanValidator.getScopes()
           
 

Methods in jaxx.runtime.validator with parameters of type BeanValidatorScope
protected  void BeanValidatorField.clearMessages(BeanValidatorScope scope, BeanValidator<B> validator)
           
protected  void BeanValidator.fireFieldChanged(BeanValidatorField<B> field, BeanValidatorScope scope, java.lang.String[] toAdd, java.lang.String[] toDelete)
           
 java.util.Set<java.lang.String> BeanValidatorField.getMessages(BeanValidatorScope scope)
           
 boolean BeanValidatorField.hasMessages(BeanValidatorScope scope)
           
 void BeanValidatorField.updateMessages(BeanValidator<B> validator, BeanValidatorScope scope, java.util.List<java.lang.String> messages)
           
 

Constructors in jaxx.runtime.validator with parameters of type BeanValidatorScope
BeanValidatorEvent(BeanValidator source, BeanValidatorField<?> field, BeanValidatorScope scope, java.lang.String[] toAdd, java.lang.String[] toDelete)
           
BeanValidatorMessage(BeanValidator validator, BeanValidatorField field, java.lang.String message, BeanValidatorScope scope)
           
 

Constructor parameters in jaxx.runtime.validator with type arguments of type BeanValidatorScope
BeanValidatorField(java.lang.Class<B> beanClass, java.lang.String name, java.util.List<BeanValidatorScope> scopes)
           
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.