I have a list of records I wish to display. I'd like to display them in a list grid. I'm not interested in using DataSource in any of its incarnations. (I have routines for getting the data from the servlet that behave the way I want. When their results come back, I want to put them in the ListGrid.)
GWT CellTables let you extend AsyncDataProvider, and I only had to overload one method in order to do what I wanted. How do I do it for ListGrid? If ListGrid isn't designed to work that way, do you have a list widget that lets the caller control the data?
TIA,
Greg
GWT CellTables let you extend AsyncDataProvider, and I only had to overload one method in order to do what I wanted. How do I do it for ListGrid? If ListGrid isn't designed to work that way, do you have a list widget that lets the caller control the data?
TIA,
Greg
Comment