RichFaces CDK Generator 4.2.0.CR1

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

Packages that use BehaviorModel
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 BehaviorModel in org.richfaces.cdk.generate.java.taghandler
 

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

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

Methods in org.richfaces.cdk.generate.taglib with parameters of type BehaviorModel
 Boolean TaglibGeneratorVisitor.visitBehavior(BehaviorModel model, ComponentLibrary componentLibrary)
           
 

Uses of BehaviorModel in org.richfaces.cdk.model
 

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

 

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

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

Methods in org.richfaces.cdk.xmlconfig.model that return types with arguments of type BehaviorModel
 List<BehaviorModel> FacesConfigBean.getBehaviors()
           
protected  Class<? extends BehaviorModel> BehaviorAdapter.getModelClass(BehaviorBean bean)
           
 

Methods in org.richfaces.cdk.xmlconfig.model with parameters of type BehaviorModel
protected  Class<? extends BehaviorBean> BehaviorAdapter.getBeanClass(BehaviorModel model)
           
 

Method parameters in org.richfaces.cdk.xmlconfig.model with type arguments of type BehaviorModel
 void FacesConfigBean.setBehaviors(List<BehaviorModel> behaviors)
           
 


RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.