开发者

Displaying records with GWT MVP

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜