• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to change an itemRenderer property at runtime?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys,

I have a view component that has a list inside. The list has an itemRenderer. The problem is:
- I would like to change an itemRenderer's property after one specific attribute of the data has its value changed. It's not the whole dataProvider that is changing: it's just one single attribute of just one single item of my dataProvider. And only that item should be changed at the list.
I have tried dataChange and change events of the list component, but none worked.
What would you suggest?

Thanks, Guilherme

 
reply
    Bookmark Topic Watch Topic
  • New Topic