Uses of Class
to.etc.util.PropertyInfo

Packages that use PropertyInfo
to.etc.domui.component.meta.impl   
to.etc.domui.injector   
to.etc.util   
to.etc.webapp.qsql   
 

Uses of PropertyInfo in to.etc.domui.component.meta.impl
 

Methods in to.etc.domui.component.meta.impl with parameters of type PropertyInfo
protected  void DefaultJavaClassMetaModelFactory.createPropertyInfo(DefaultClassMetaModel cmm, PropertyInfo pd, java.util.List<SearchPropertyMetaModel> searchlist, java.util.List<SearchPropertyMetaModel> keysearchlist)
           
protected  void DefaultJavaClassMetaModelFactory.initPropertyModel(DefaultClassMetaModel cmm, PropertyInfo pd, DefaultPropertyMetaModel<?> pmm, java.util.List<SearchPropertyMetaModel> searchlist, java.util.List<SearchPropertyMetaModel> keysearchlist)
           
 

Constructors in to.etc.domui.component.meta.impl with parameters of type PropertyInfo
DefaultPropertyMetaModel(DefaultClassMetaModel classModel, PropertyInfo descriptor)
           
 

Uses of PropertyInfo in to.etc.domui.injector
 

Methods in to.etc.domui.injector with parameters of type PropertyInfo
protected  PropertyInjector DefaultPageInjector.calculateInjector(PropertyInfo pi)
          Tries to find an injector to inject a value for the specified property.
protected  PropertyInjector DefaultPageInjector.calculatePropertyInjector(PropertyInfo pi, java.lang.reflect.Method annotatedMethod)
           
protected  PropertyInjector DefaultPageInjector.createEntityInjector(PropertyInfo pi, java.lang.String name, boolean mandatory, java.lang.Class<?> entityType)
           
protected  PropertyInjector DefaultPageInjector.createParameterInjector(PropertyInfo pi, java.lang.String name, boolean mandatory)
           
protected  PropertyInjector DefaultPageInjector.createUrlAnnotationConnector(PropertyInfo pi, UIUrlParameter upp)
           
 

Uses of PropertyInfo in to.etc.util
 

Methods in to.etc.util that return PropertyInfo
 PropertyInfo ClassUtilCached.findProperty(java.lang.Class<?> clz, java.lang.String name)
          Locates a property using cached class property info.
 PropertyInfo ClassUtilCached.ClassInfo.findProperty(java.lang.String name)
           
 PropertyInfo ClassInfo.findProperty(java.lang.String name)
           
static PropertyInfo ClassUtil.findPropertyInfo(java.lang.Class<?> clz, java.lang.String property)
           
 

Methods in to.etc.util that return types with arguments of type PropertyInfo
static java.util.List<PropertyInfo> ClassUtil.calculateProperties(java.lang.Class<?> cl)
          DO NOT USE - uncached calculation of a class's properties.
 java.util.List<PropertyInfo> ClassInfo.getProperties()
           
 java.util.List<PropertyInfo> ClassUtilCached.getProperties(java.lang.Class<?> clz)
          Return a cached variant of properties for a class.
static java.util.List<PropertyInfo> ClassUtil.getProperties(java.lang.Class<?> cl)
           
 java.util.List<PropertyInfo> ClassUtilCached.ClassInfo.getPropertyList()
           
 java.util.Map<java.lang.String,PropertyInfo> ClassUtilCached.ClassInfo.getPropertyMap()
           
 

Constructor parameters in to.etc.util with type arguments of type PropertyInfo
ClassInfo(java.lang.Class<?> theClass, java.util.List<PropertyInfo> prop)
           
 

Uses of PropertyInfo in to.etc.webapp.qsql
 

Methods in to.etc.webapp.qsql that return PropertyInfo
 PropertyInfo JdbcPropertyMeta.getPi()
           
 

Methods in to.etc.webapp.qsql with parameters of type PropertyInfo
 void JdbcPropertyMeta.setPi(PropertyInfo pi)
           
 

Constructors in to.etc.webapp.qsql with parameters of type PropertyInfo
JdbcPropertyMeta(JdbcClassMeta jdbcClassMeta, PropertyInfo pi)