PDA

View Full Version : GXT 3.0 ListView - Icon + String



mahanagarjuna
18 Apr 2012, 4:17 AM
Hi,

I am new to GWT/GXT and I need to create a ListView which shows list of Strings with Icons to the Left.

Using templates it seems do able, but not sure how. Need help.

Thanks in advance!

sven
18 Apr 2012, 4:31 AM
I would use a CompositeCell that containts the ImageResourceCell and a SafeHtmlCell. All comming from GWT.