public interface TPropertyDescriptor
TWaver Element property can be a standard Javabean property
or client property. See JavaBeanDescriptor
and
ClientPropertyDescriptor
for more information.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Gets the localized display name of this property.
|
ElementAttribute |
getElementAttribute()
Get the element attribute which encapsulate more information
about the bound property.
|
java.lang.reflect.Method |
getReadMethod()
Get read method for the bound property.
|
java.lang.reflect.Method |
getWriteMethod()
Get write method for the bound property.
|
void |
setElementAttribute(ElementAttribute elementAttribute)
Set the element attribute which encapsulate more information
about the bound property.
|
ElementAttribute getElementAttribute()
setElementAttribute(twaver.ElementAttribute)
void setElementAttribute(ElementAttribute elementAttribute)
elementAttribute
- ElementAttribute element attribute object.getElementAttribute()
java.lang.reflect.Method getReadMethod()
getWriteMethod()
java.lang.reflect.Method getWriteMethod()
getWriteMethod()
java.lang.String getDisplayName()
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.