Yes, I have something for that. It's an item renderer where you can 
specify the data of the property editor and which class should be used.

Basically like:

lstObjectInspector.addItem( new PropertyEditorItem( 
getPropertyName(propName), propName, propertyValue, classFactory, 
dataField, changeEventType ) );

This way you can describe which Flex component should be used for the 
property item etc.

Reply via email to