Uses of Class
org.ajax4jsf.builder.config.PropertyBean

Packages that use PropertyBean
org.ajax4jsf.builder.component   
org.ajax4jsf.builder.component.methods   
org.ajax4jsf.builder.component.state   
org.ajax4jsf.builder.config   
org.ajax4jsf.builder.generator   
 

Uses of PropertyBean in org.ajax4jsf.builder.component
 

Methods in org.ajax4jsf.builder.component with parameters of type PropertyBean
 boolean ComponentPropertyProcessor.accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 boolean PrimitivePropertyProcessor.accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 boolean ExpressionPropertyProcessor.accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 boolean ActionSource2PropertyProcessor.accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 boolean ELPropertyProcessor.accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 boolean PropertyProcessor.accept(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
protected  JavaMethod ComponentPropertyProcessor.getAccessor(JSFGeneratorConfiguration configuration, PropertyBean propertyBean, JavaField field)
           
protected  JavaMethod ELPropertyProcessor.getAccessor(JSFGeneratorConfiguration config, PropertyBean propertyBean, JavaField field)
           
protected  JavaField ComponentPropertyProcessor.getField(PropertyBean propertyBean, JSFGeneratorConfiguration configuration)
           
protected  JavaMethod ComponentPropertyProcessor.getMutator(JSFGeneratorConfiguration configuration, PropertyBean propertyBean, JavaField field)
           
protected  java.lang.Class<?> ComponentPropertyProcessor.getType(PropertyBean propertyBean, java.lang.ClassLoader classLoader)
           
 void ComponentPropertyProcessor.process(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 void PrimitivePropertyProcessor.process(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 void ActionSource2PropertyProcessor.process(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 void PropertyProcessor.process(PropertyBean propertyBean, JavaClass javaClass, JSFGeneratorConfiguration configuration)
           
 

Uses of PropertyBean in org.ajax4jsf.builder.component.methods
 

Constructors in org.ajax4jsf.builder.component.methods with parameters of type PropertyBean
ELPropertyAccessorMethodBody(JSFGeneratorConfiguration configuration, PropertyBean propertyBean, JavaField field)
           
 

Uses of PropertyBean in org.ajax4jsf.builder.component.state
 

Methods in org.ajax4jsf.builder.component.state with parameters of type PropertyBean
 ComponentStateDescriptor ComponentStateManager.getDesriptor(PropertyBean propertyBean, JavaField field)
           
 

Uses of PropertyBean in org.ajax4jsf.builder.config
 

Methods in org.ajax4jsf.builder.config that return PropertyBean
 PropertyBean ComponentBaseBean.getProperty(java.lang.String name)
           
 

Methods in org.ajax4jsf.builder.config that return types with arguments of type PropertyBean
 java.util.Collection<PropertyBean> ComponentBaseBean.getProperties()
           
 

Methods in org.ajax4jsf.builder.config with parameters of type PropertyBean
 void ComponentBaseBean.addProperty(PropertyBean property)
          Append property to component.
 

Uses of PropertyBean in org.ajax4jsf.builder.generator
 

Methods in org.ajax4jsf.builder.generator with parameters of type PropertyBean
 java.lang.String TagTestGenerator.getSetterTestName(PropertyBean property)
           
 java.lang.String TestDataGenerator2.getTestData(PropertyBean propertyBean)
           
 java.lang.String TestDataGenerator.getTestData(PropertyBean propertyBean)
           
 java.lang.String TestDataGenerator2.getTestData1(PropertyBean propertyBean)
           
 java.lang.String TestDataGenerator.getTestData1(PropertyBean propertyBean)
           
 java.lang.String TestDataGenerator.getTestVeClass(PropertyBean propertyBean)
           
 java.lang.String TestDataGenerator.getTestVeData(PropertyBean propertyBean)
           
 java.lang.String TestDataGenerator.getTestVeData1(PropertyBean propertyBean)
           
protected  boolean TestDataGenerator.isAssignabelFromString(PropertyBean bean)
           
protected  boolean TestDataGenerator.isEnum(PropertyBean bean)
           
 boolean TestDataGenerator2.isNativelySupported(PropertyBean propertyBean)
           
 boolean TestDataGenerator.isNativelySupported(PropertyBean propertyBean)
          Returns true if property
 



Copyright © 2009. All Rights Reserved.