RichFaces CDK Generator 4.2.0.CR1

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

Packages that use PropertyBase
org.richfaces.cdk.apt.processors   
org.richfaces.cdk.generate.freemarker   
org.richfaces.cdk.generate.taglib   
org.richfaces.cdk.model CDK library model classes used by all generation tasks. 
org.richfaces.cdk.model.validator   
org.richfaces.cdk.templatecompiler   
org.richfaces.cdk.templatecompiler.statements   
org.richfaces.cdk.xmlconfig   
org.richfaces.cdk.xmlconfig.model JAXB classes that wraps real model classes. 
 

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

Methods in org.richfaces.cdk.apt.processors with parameters of type PropertyBase
protected  void AttributesProcessorImpl.processAttribute(SourceUtils.BeanProperty beanProperty, PropertyBase attribute)
           
 

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

Methods in org.richfaces.cdk.generate.freemarker with parameters of type PropertyBase
 boolean ModelElementBaseTemplateModel.isPredefined(PropertyBase property)
           
 

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

 

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

Methods in org.richfaces.cdk.generate.taglib that return PropertyBase
 PropertyBase ListenerAttributes.getAttribute()
           
 

Uses of PropertyBase in org.richfaces.cdk.model
 

Subclasses of PropertyBase in org.richfaces.cdk.model
 class AttributeModel
          

 class PropertyModel
          That class represents JSF component property.
 

Methods in org.richfaces.cdk.model that return PropertyBase
protected  PropertyBase BeanModelBase.createAttribute()
           
protected  PropertyBase RendererModel.createAttribute()
           
 PropertyBase BeanModelBase.getAttribute(String name)
          

Return bean attribute for given name.

 PropertyBase BeanModelBase.getOrCreateAttribute(String attributeName)
           
 

Methods in org.richfaces.cdk.model that return types with arguments of type PropertyBase
 ModelCollection<PropertyBase> BeanModelBase.getAttributes()
          

Represents JSF component attributes and properties.

 

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

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

Methods in org.richfaces.cdk.model.validator with parameters of type PropertyBase
protected  void ValidatorImpl.verifyAttribute(PropertyBase attribute, GeneratedFacesComponent component)
           
 

Uses of PropertyBase in org.richfaces.cdk.templatecompiler
 

Method parameters in org.richfaces.cdk.templatecompiler with type arguments of type PropertyBase
 T TemplateVisitorFactory.createVisitor(CompositeInterface composite, Collection<PropertyBase> attributes)
           
 RendererClassVisitor VisitorFactoryImpl.createVisitor(CompositeInterface composite, Collection<PropertyBase> attributes)
           
 

Constructor parameters in org.richfaces.cdk.templatecompiler with type arguments of type PropertyBase
RendererClassVisitor(CompositeInterface compositeInterface, Collection<PropertyBase> attributes, org.richfaces.cdk.Logger log, com.google.inject.Injector injector, TypesFactory typesFactory, HelperMethodFactory helperFactory)
           
 

Uses of PropertyBase in org.richfaces.cdk.templatecompiler.statements
 

Method parameters in org.richfaces.cdk.templatecompiler.statements with type arguments of type PropertyBase
 void AttributesStatement.processAttributes(AnyElement element, Collection<PropertyBase> componentAttributes)
          

 void AddAttributesToScriptHashStatement.setAttributes(Collection<String> attributeNames, Collection<PropertyBase> componentAttributes)
           
 

Uses of PropertyBase in org.richfaces.cdk.xmlconfig
 

Methods in org.richfaces.cdk.xmlconfig that return types with arguments of type PropertyBase
 Collection<PropertyBase> FragmentParser.parseProperties(String url)
          

Parses faces-config.xml fragment with component/renderer properties.

 

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

Methods in org.richfaces.cdk.xmlconfig.model that return types with arguments of type PropertyBase
 Collection<PropertyBase> ElementBeanBase.getAttributes()
           
 


RichFaces CDK Generator 4.2.0.CR1

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