I haven't noticed any component like this. Do you have any usecase[usage] for it. Because in most of the cases user want to set different properties of a single component, but in this way you will not be able to, or make the task a little complex.
-- Chetan Sachdev http://www.riageeks.com --- In [email protected], Weyert de Boer <w...@...> wrote: > > 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. >
