Re: MVP ClickHandler Problem

2009-09-06 Thread Ian Bambury
Generally, I wouldn't do this at all. I'd have a RowItemView and a RowItem presenter and let that deal with any row-related actions and fire events in the unlikely situation that the parent needs to know that the row has done something. Ian http://examples.roughian.com 2009/9/6 fonghuangyee >

MVP ClickHandler Problem

2009-09-06 Thread fonghuangyee
Hihi , After i go through so many MVP example, i found that we always use presenter to get those HasClickHandler from Display( Or View) to do some action. This way works nice for static clickable action, but if we have some dynamic button ( example a table listing with a list of clickable action