Public Member Functions | |
| void | initializePropertyEditor (Object bean, String propertyName) |
A PropertyEditor implementing this interface signals that it is dependant on the bean the property belongs to. In other words, such a property editor needs a reference on the bean in order to perform the edition of the property.
An entity instantiating a PropertyEditor implementing this interface should invoke the method initializePropertyEditor in order to pass the needed information.
| void cern.gp.beans.editors.support.BeanDependentPropertyEditor.initializePropertyEditor | ( | Object | bean, | |
| String | propertyName | |||
| ) |
Initializes this PropertyEditor with the bean the property belongs to and the name of the property.
| bean | the bean the property belongs to | |
| propertyName | the name of the property edited by this editor. |
1.7.0