开发者

Displaying records with GWT MVP

开发者 https://www.devze.com 2023-03-17 01:14 出处:网络
I am following a \'Issue tracking\' gwt project with screenshots here: http://code.google.com/p/gwt-mvp-sample/wiki/screenshots

I am following a 'Issue tracking' gwt project with screenshots here:

http://code.google.com/p/gwt-mvp-sample/wiki/screenshots

This template code can show exactly one Issue object with the IssueDisplayWidget

I need to allow the app to record many Issues (even just using in-memory List<> class for testing). And allow the IssueDisplayWi开发者_JS百科dget to show every Issue added.

How could I achieve this?


You can use ListDataProvider to represent data and update table after each adding with EventBus or directly.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号