RichFaces CDK Generator 4.2.0.CR1

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

Packages that use ModelCollection
org.richfaces.cdk.model CDK library model classes used by all generation tasks. 
 

Uses of ModelCollection in org.richfaces.cdk.model
 

Classes in org.richfaces.cdk.model that implement ModelCollection
 class ModelSet<E extends ModelElement<? super E>>
          

Base class for all model collections.

 

Methods in org.richfaces.cdk.model that return ModelCollection
 ModelCollection<PropertyBase> BeanModelBase.getAttributes()
          

Represents JSF component attributes and properties.

 ModelCollection<BehaviorRendererModel> RenderKitModel.getBehaviorRenderers()
          

 ModelCollection<BehaviorModel> ComponentLibrary.getBehaviors()
          

 ModelCollection<ComponentModel> ComponentLibrary.getComponents()
          

 ModelCollection<ConverterModel> ComponentLibrary.getConverters()
          

 ModelCollection<EventModel> ComponentLibrary.getEvents()
          

 ModelCollection<EventModel> ComponentModel.getEvents()
          

 ModelCollection<FacetModel> ComponentModel.getFacets()
          

 ModelCollection<FunctionModel> ComponentLibrary.getFunctions()
          

 ModelCollection<ListenerModel> ComponentLibrary.getListeners()
          

 ModelCollection<RendererModel> RenderKitModel.getRenderers()
          

 ModelCollection<RenderKitModel> ComponentLibrary.getRenderKits()
          

 ModelCollection<TagModel> EventModel.getTags()
          

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

 ModelCollection<ValidatorModel> ComponentLibrary.getValidators()
          

 


RichFaces CDK Generator 4.2.0.CR1

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