Uses of Interface
org.richfaces.cdk.model.DescriptionGroup

Packages that use DescriptionGroup
org.richfaces.cdk.apt.processors   
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 DescriptionGroup in org.richfaces.cdk.apt.processors
 

Methods in org.richfaces.cdk.apt.processors with parameters of type DescriptionGroup
 void DescriptionProcessorImpl.processDescription(DescriptionGroup model, org.richfaces.cdk.annotations.Description description)
           
 void DescriptionProcessor.processDescription(DescriptionGroup model, org.richfaces.cdk.annotations.Description description)
          

process Description annotation and set information from it into model.

 void DescriptionProcessorImpl.processDescription(DescriptionGroup model, org.richfaces.cdk.annotations.Description description, java.lang.String docComment)
           
 void DescriptionProcessor.processDescription(DescriptionGroup model, org.richfaces.cdk.annotations.Description description, java.lang.String docComment)
          

process Description annotation and set information from it into model.

protected  void ProcessorBase.setDescription(DescriptionGroup model, org.richfaces.cdk.annotations.Description description, java.lang.String docComment)
           
protected  void DescriptionProcessorImpl.setIcon(DescriptionGroup component, org.richfaces.cdk.annotations.Description icon)
           
 

Uses of DescriptionGroup in org.richfaces.cdk.model
 

Classes in org.richfaces.cdk.model that implement DescriptionGroup
 class AttributeModel
          

 class BeanModelBase
          This is the base class for all Java Bean-like JSF objects in the model.
 class BehaviorModel
          

 class ComponentModel
          That class represents JSF component in the CDK.
 class ConverterModel
          

 class DescriptionGroupBase
           
 class FacetModel
          

 class FunctionModel
          

 class ModelElementBase
          

Base class for the most JSF components taht have description attributes and support extensions in faces-config.

 class PropertyBase
           
 class PropertyModel
          That class represents JSF component property.
 class RendererModel
          

 class RenderKitModel
          

 class ValidatorModel
          

 

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

Methods in org.richfaces.cdk.model.validator with parameters of type DescriptionGroup
protected  void ValidatorImpl.verifyDescription(DescriptionGroup element)
           
 

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

Classes in org.richfaces.cdk.xmlconfig.model that implement DescriptionGroup
 class AttributeBean
          

 class BehaviorBean
           
 class ComponentBean
          

 class ConverterBean
           
 class DescriptionGroupBean
           
 class ElementBeanBase<E extends ConfigExtension>
          TODO - is the tho different collections are necessary ?
 class ExtensibleBean<E extends ConfigExtension>
          

 class FacetBean
          

 class Fragment
          

 class FunctionBean
           
 class PropertyBean
          

 class RendererBean
          

 class RenderKitBean
          

 class ValidatorBean
           
 



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