Uses of Class
org.granite.util.PropertyDescriptor

Packages that use PropertyDescriptor
org.granite.util   
 

Uses of PropertyDescriptor in org.granite.util
 

Methods in org.granite.util that return PropertyDescriptor
static PropertyDescriptor[] TypeUtil.getProperties(Class<?> clazz)
           
static PropertyDescriptor[] Introspector.getPropertyDescriptors(Class<?> beanClass)
          Gets the BeanInfo object which contains the information of the properties, events and methods of the specified bean class.