
Public Member Functions | |
| String | getName () |
| String | getDisplayName () |
| boolean | isExpert () |
| boolean | isHidden () |
| Boolean | isCacheable () |
| Class | getPropertyEditorClass () |
| void | updatePropertyDescriptor (PropertyDescriptor propertyDescriptor) |
java.beans. PropertyDescriptor but it aims to be a complementary and ligther version of it.
The properties of a JavaBean are describe using the PropertyDescriptor returned by the BeanInfo. If you provide an explicit BeanInfo you can use the PropertyDescriptor to specify the needed information (expert, hidden, PropertyEditor ...) and you do not need to use this interface.
If you do not provide an explicit BeanInfo you cannot specify that information as the PropertyDescriptor will be automatically generated by the Introspector. In this case, you can returned an array of PropertyInfo specifying the proper information directly from your bean. The node representing the bean will invoke the method to get that array of PropertyInfo and use the information from it.
|
|
Returns the display name of the property
Implemented in cern::gp::beans::PropertyInfoSupport.
|
|
|
Returns the name of the property
Implemented in cern::gp::beans::PropertyInfoSupport.
|
|
|
Gets an explicit PropertyEditor Class for this property. The method will return "null" for indicating that no special editor has been registered, so the PropertyEditorManager should be used to locate a suitable PropertyEditor.
Implemented in cern::gp::beans::PropertyInfoSupport.
|
|
|
Returns a boolean indicating the caching strategy for this property. Three value can be returned :
Implemented in cern::gp::beans::PropertyInfoSupport.
|
|
|
Returns if this property is expert. The "expert" flag is used to distinguish between those features that are intended for expert users from those that are intended for normal users.
Implemented in cern::gp::beans::PropertyInfoSupport.
|
|
|
Returns if this property is hidden. The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
Implemented in cern::gp::beans::PropertyInfoSupport.
|
|
|
Update the given
Implemented in cern::gp::beans::PropertyInfoSupport.
|
1.3.8