Hi,

I need to access the reference to the DataGridColumn within an custom
ItemRenderer which is implemented via MXML.
Do I have to extend a special class for my ItemRenderer or can I acccess it
via "parent"?
When I trace the parent in my ItemRenderer I get e.g.
"ListBaseContentHolder7".
What I need to no is which dataField has to be rendered within my
ItemRenderer so I can access the right value in my ValueObject.

Here the MXML for the DataGridColumn:
<mx:DataGridColumn dataField="example" headerText="Header"
        itemRenderer="CustomItemRenderer"
/>
So how do I know within the class CustomItemRenderer that the dataField is
"example"?

Thanks,
Sönke



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to