Public Member Functions

cern.gp.beans.editors.support.BeanDependentPropertyEditor Interface Reference

List of all members.

Public Member Functions

void initializePropertyEditor (Object bean, String propertyName)

Detailed Description

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.

Version:
Revision:
1.2
Date:
2006/09/25 08:52:36
Author:
Lionel Mestre

Member Function Documentation

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.

Parameters:
bean the bean the property belongs to
propertyName the name of the property edited by this editor.

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties