Re: ListView vs. RefreshingView and the meaning of the word 'refreshing'

2016-08-09 Thread Sven Meier
Hi, yes, ListView and RefreshingView are quite similar. ListView is a repeater implementation from Wicket's very early days: it works on a list of objects - wrapped in a model of course, as you'd expect it from a proper Wicket component. RefreshingView doesn't care where the objects to itera

ListView vs. RefreshingView and the meaning of the word 'refreshing'

2016-08-08 Thread Davids Patrick
Hi all, a question, I have in mind since about 3 years but I never asked... ;-) Don't know why, now, I do... ListViews and RefreshingViews are very similar. Especially due to the default flag setReuseItems false of ListView, they both behave "refreshing" to me. (populating items is called each r