public class CustomPropertyDescriptor
extends java.beans.PropertyDescriptor
| Constructor and Description |
|---|
CustomPropertyDescriptor(java.lang.String propertyName,
java.lang.Class<?> beanClass) |
CustomPropertyDescriptor(java.lang.String propertyName,
java.lang.Class<?> beanClass,
java.lang.String readMethodName,
java.lang.String writeMethodName) |
CustomPropertyDescriptor(java.lang.String propertyName,
java.lang.reflect.Method readMethod,
java.lang.reflect.Method writeMethod) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEditable() |
void |
setEditable(boolean editable) |
createPropertyEditor, equals, getPropertyEditorClass, getPropertyType, getReadMethod, getWriteMethod, hashCode, isBound, isConstrained, setBound, setConstrained, setPropertyEditorClass, setReadMethod, setWriteMethodpublic CustomPropertyDescriptor(java.lang.String propertyName,
java.lang.Class<?> beanClass)
throws java.beans.IntrospectionException
java.beans.IntrospectionExceptionpublic CustomPropertyDescriptor(java.lang.String propertyName,
java.lang.Class<?> beanClass,
java.lang.String readMethodName,
java.lang.String writeMethodName)
throws java.beans.IntrospectionException
java.beans.IntrospectionExceptionpublic CustomPropertyDescriptor(java.lang.String propertyName,
java.lang.reflect.Method readMethod,
java.lang.reflect.Method writeMethod)
throws java.beans.IntrospectionException
java.beans.IntrospectionException