Hi,
I have an ArrayList which holds a collection of bean class - Employee.
My bean looks like this :

Employee {
   private int empId;
   private String empName;

  //setters and getters
}

The ArrayList holds multiple instances of the Employee class. I want
to display the data in this ArrayList in a Grid control.

Could anyone please explain me the algorithm for this. Being a novice
GWT programmer I am not sure of the standard way of populating widgets
with data.

Please help.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to