PropertyDescriptor

Undocumented in source.

Constructors

this
this(String propertyName, Class beanClass)
Undocumented in source.
this
this(String propertyName, Class beanClass, String getterName, String setterName)
Undocumented in source.
this
this(String propertyName, Method getter, Method setter)
Undocumented in source.

Members

Functions

getPropertyEditorClass
Class getPropertyEditorClass()
Undocumented in source. Be warned that the author may not have intended to support it.
getPropertyType
Class getPropertyType()
Undocumented in source. Be warned that the author may not have intended to support it.
getReadMethod
Method getReadMethod()
Undocumented in source. Be warned that the author may not have intended to support it.
getWriteMethod
Method getWriteMethod()
Undocumented in source. Be warned that the author may not have intended to support it.
isBound
bool isBound()
Undocumented in source. Be warned that the author may not have intended to support it.
isConstrained
bool isConstrained()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
equals_t opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
setBound
void setBound(bool bound)
Undocumented in source. Be warned that the author may not have intended to support it.
setConstrained
void setConstrained(bool constrained)
Undocumented in source. Be warned that the author may not have intended to support it.
setPropertyEditorClass
void setPropertyEditorClass(Class propertyEditorClass)
Undocumented in source. Be warned that the author may not have intended to support it.
setReadMethod
void setReadMethod(Method getter)
Undocumented in source. Be warned that the author may not have intended to support it.
setWriteMethod
void setWriteMethod(Method setter)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From FeatureDescriptor

attributeNames
Enumeration attributeNames()
Undocumented in source. Be warned that the author may not have intended to support it.
getDisplayName
String getDisplayName()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
String getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getShortDescription
String getShortDescription()
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
Object getValue(String attributeName)
Undocumented in source. Be warned that the author may not have intended to support it.
isExpert
bool isExpert()
Undocumented in source. Be warned that the author may not have intended to support it.
isHidden
bool isHidden()
Undocumented in source. Be warned that the author may not have intended to support it.
isPreferred
bool isPreferred()
Undocumented in source. Be warned that the author may not have intended to support it.
setDisplayName
void setDisplayName(String displayName)
Undocumented in source. Be warned that the author may not have intended to support it.
setExpert
void setExpert(bool expert)
Undocumented in source. Be warned that the author may not have intended to support it.
setHidden
void setHidden(bool hidden)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(String name)
Undocumented in source. Be warned that the author may not have intended to support it.
setPreferred
void setPreferred(bool preferred)
Undocumented in source. Be warned that the author may not have intended to support it.
setShortDescription
void setShortDescription(String text)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void setValue(String attributeName, Object value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta