RichFaces CDK Generator 4.2.0.CR1

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

Packages that use TagModel
org.richfaces.cdk.apt.processors   
org.richfaces.cdk.generate.freemarker   
org.richfaces.cdk.generate.java.taghandler   
org.richfaces.cdk.model CDK library model classes used by all generation tasks. 
org.richfaces.cdk.model.validator   
org.richfaces.cdk.xmlconfig.model JAXB classes that wraps real model classes. 
 

Uses of TagModel in org.richfaces.cdk.apt.processors
 

Methods in org.richfaces.cdk.apt.processors that return TagModel
protected  TagModel ProcessorBase.processTag(AnnotationMirror tag)
           
 

Uses of TagModel in org.richfaces.cdk.generate.freemarker
 

Constructors in org.richfaces.cdk.generate.freemarker with parameters of type TagModel
TagTemplateModel(TagModel object, freemarker.ext.beans.BeansWrapper wrapper)
          

 

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

Methods in org.richfaces.cdk.generate.java.taghandler that return TagModel
 TagModel TagWithModel.getTag()
          

 

Methods in org.richfaces.cdk.generate.java.taghandler with parameters of type TagModel
 boolean TagHandlerClassGenerator.process(ModelElementBase model, TagModel tag)
           
 

Constructors in org.richfaces.cdk.generate.java.taghandler with parameters of type TagModel
TagWithModel(TagModel tag, M model)
          

 

Uses of TagModel in org.richfaces.cdk.model
 

Methods in org.richfaces.cdk.model that return types with arguments of type TagModel
 ModelCollection<TagModel> EventModel.getTags()
          

 ModelCollection<TagModel> ModelElementBase.getTags()
           
 ModelCollection<TagModel> ViewElement.getTags()
          

 

Methods in org.richfaces.cdk.model with parameters of type TagModel
 void TagModel.merge(TagModel other)
           
 boolean TagModel.same(TagModel other)
           
 

Uses of TagModel in org.richfaces.cdk.model.validator
 

Methods in org.richfaces.cdk.model.validator with parameters of type TagModel
protected  void ValidatorImpl.verifyTag(TagModel tag, FacesId id, ClassName handler)
           
 

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

Methods in org.richfaces.cdk.xmlconfig.model that return TagModel
 TagModel RendererBean.RendererExtension.getTag()
          

 

Methods in org.richfaces.cdk.xmlconfig.model that return types with arguments of type TagModel
 List<TagModel> TagExtensionBase.getTags()
          

 List<TagModel> EventBean.getTags()
          

 

Methods in org.richfaces.cdk.xmlconfig.model with parameters of type TagModel
 void RendererBean.RendererExtension.setTag(TagModel tag)
          

 

Method parameters in org.richfaces.cdk.xmlconfig.model with type arguments of type TagModel
 void TagExtensionBase.setTags(List<TagModel> tags)
          

 void EventBean.setTags(List<TagModel> tags)
          

 


RichFaces CDK Generator 4.2.0.CR1

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