Uses of Class
org.richfaces.cdk.model.ValidatorModel

Packages that use ValidatorModel
org.richfaces.cdk.generate.java.taghandler   
org.richfaces.cdk.generate.taglib   
org.richfaces.cdk.model CDK library model classes used by all generation tasks. 
org.richfaces.cdk.xmlconfig.model JAXB classes that wraps real model classes. 
 

Uses of ValidatorModel in org.richfaces.cdk.generate.java.taghandler
 

Methods in org.richfaces.cdk.generate.java.taghandler with parameters of type ValidatorModel
 java.lang.Boolean TagHandlerGeneratorVisitor.visitValidator(ValidatorModel model, java.lang.Boolean data)
           
 

Uses of ValidatorModel in org.richfaces.cdk.generate.taglib
 

Methods in org.richfaces.cdk.generate.taglib with parameters of type ValidatorModel
 java.lang.Boolean TaglibGeneratorVisitor.visitValidator(ValidatorModel model, ComponentLibrary componentLibrary)
          This method generates validator tag.
 

Uses of ValidatorModel in org.richfaces.cdk.model
 

Methods in org.richfaces.cdk.model that return types with arguments of type ValidatorModel
 ModelCollection<ValidatorModel> ComponentLibrary.getValidators()
          

 

Methods in org.richfaces.cdk.model with parameters of type ValidatorModel
 void ValidatorModel.merge(ValidatorModel other)
           
 boolean ValidatorModel.same(ValidatorModel other)
           
 R Visitor.visitValidator(ValidatorModel model, D param)
           
 R SimpleVisitor.visitValidator(ValidatorModel model, D param)
           
 

Uses of ValidatorModel in org.richfaces.cdk.xmlconfig.model
 

Methods in org.richfaces.cdk.xmlconfig.model that return types with arguments of type ValidatorModel
protected  java.lang.Class<? extends ValidatorModel> ValidatorAdapter.getModelClass(ValidatorBean bean)
           
 java.util.List<ValidatorModel> FacesConfigBean.getValidators()
           
 

Methods in org.richfaces.cdk.xmlconfig.model with parameters of type ValidatorModel
protected  java.lang.Class<? extends ValidatorBean> ValidatorAdapter.getBeanClass(ValidatorModel model)
           
 

Method parameters in org.richfaces.cdk.xmlconfig.model with type arguments of type ValidatorModel
 void FacesConfigBean.setValidators(java.util.List<ValidatorModel> validators)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.