• 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

Ext_GWT: Image Gallery box using a ListView

 
Greenhorn
Posts: 6
Eclipse IDE Tomcat Server Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to build an image gallery, just like this "Chart Gallery" you can see in the example provided in this link http://www.sencha.com/examples/pages/charts/gallery.html.
In tihs example, I can see that the gallery is implemented with a ListView containing a ListStore, and that ListStore cointains some kind of ModelData.


And that GalleryChartModel is implemented this way


But I can't understand the inherent logic of this code: there are 3 properties in the model, how do the framework know how to interpret this properties? I mean: In this last class, there are two propperties (path and name) that seems to be used for rendering but i dont understand how.

There's another native method (something I don't understand) that is implemented tis way:


We can see "name", "path" and "shortName" words appearing here, but I don't know what this means.
Can anyone give me a clue?
 
This tiny ad is wafer thin:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic