Display the List
Hello,
I am new in GWT. I wanna show the array list in table. Can anyone help
me please? This is the Array list bellow.
private List<UrunListesi> urunListesi = new ArrayList<UrunListesi>();
public List<UrunListesi> getUrunListesi() {
return urunListesi;
}
public void setUrunListesi(List<UrunListesi> urunListesi) {
this.urunListesi = urunListesi;
}
getUrunListesi().add(new UrunListesi("10001","Pierre Cardin
PC100691F03 Erkek Kol Saati",350));
getUrunListesi().add(new UrunListesi("10002","Everest EWU-5DBN
Wireless-G Usb Adaptor",750));
getUrunListesi().add(new UrunListesi("10003","Seagate 1TB 32MB 7200RPM
Freeagent Desk 3.5",385));
getUrunListesi().add(new UrunListesi("10004","Casper Nirvana
CN.HBI450A Intel Core i5 450M...",885));
getUrunListesi().add(new UrunListesi("10005","HP Deskjet 2050 Cok
Fonksiyonlu Yazici CH350B",359));
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home