|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.data.util.BeanUtil
public final class BeanUtil
Utility class for Java Beans information access.
| Method Summary | |
|---|---|
static java.util.List<java.beans.PropertyDescriptor> |
getBeanPropertyDescriptor(java.lang.Class<?> beanClass)
Returns the property descriptors of a class or an interface. |
static java.lang.Class<?> |
getPropertyType(java.lang.Class<?> clazz,
java.lang.String propertyId)
Returns propertyId class for property declared in clazz. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.List<java.beans.PropertyDescriptor> getBeanPropertyDescriptor(java.lang.Class<?> beanClass)
throws java.beans.IntrospectionException
beanClass -
java.beans.IntrospectionException
public static java.lang.Class<?> getPropertyType(java.lang.Class<?> clazz,
java.lang.String propertyId)
throws java.beans.IntrospectionException
propertyId class for property declared in clazz.
Property could be of form "property.subProperty[.subProperty2]" i.e.
refer to some nested property.
clazz - class where property is declaredpropertyId - property of form "property" or
"property.subProperty[.subProperty2]"
java.beans.IntrospectionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||