while creating custom item renderers which interfaces we need to implement? Thank in advance.
while creating custom item renderers which interfaces we need to implement? Thank in advance.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It all depends on what you want your Item Renderer to do.
The above bit of code shows that I want items in a DataGridColumn to be rendered using a custom item renderer I wrote.
The actual renderer itself is a VBox with a LinkButton.
I’ve had a look through some of my old projects. Nearly all of my item renderers are MXML files. But on one of the AS files, I found this:
Have a look at the Adobe website though, there should be a reasonable tutorial. I’ll have a look and post one for you in the next few minutes.
Hope this link helps:
http://livedocs.adobe.com/flex/3/html/help.html?content=cellrenderer_8.html