On Thursday, January 10, 2013 12:26:08 PM UTC+1, membersound wrote: > > Hi, > > I have a CellTree and displaying an image/icon with IconCellDecorator. > > Now on a specific event I want to change icon. Can I do this with this > class, or what can I take to achieve this? >
The icon for a specific item? or for all items? Anyways, IconCellDecorator is immutable, and CellTree-s are hard to work with (particularly redrawing things), so be prepared to do very hackish things. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/JJyI_Sl0790J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
