Public Member Functions | |
void | initializePropertyEditor (Object bean, String propertyName) |
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.
|
Initializes this PropertyEditor with the bean the property belongs to and the name of the property.
|