The images in question are provided by GWT as part of its Tree class. The Tree class references Tree.Resources, which defines 3 interface methods, treeClosed
, treeLeaf
, and treeOpen
, that you can use to provide alternative images. You should be able to add the necessary methods and annotations to the Image bundle used by Ode to override the GWT-provided images.
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.