Not really sure if this is what you are trying to achieve but here it is
anyway:

public final List<T> ListView#getModelObject()


On Mon, Dec 13, 2010 at 8:19 PM, drf <davidrfi...@gmail.com> wrote:

>
> I have the following use case :
>
> Having built a page using a standard ListView and implementing
> populateItem(), I then want to pass the ListView to  a method, extract the
> contents, and use those contents to build a spreadsheet, cvs file, etc.
> This
> way, there will be no need to repeat the same logic (i.e. the logic used in
> populateItem()), in more than one place.
>
> What is the best way to extract this information?  In the debugger I can
> see
> that the 'children' variable of the ListView has the info I want, but it is
> not clear to me how, using the API, to get the ListView objects from the
> ListView.
>
> As always, help is greatly appreciated.
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/How-to-retrieve-ListItem-objects-from-a-ListView-tp3085988p3085988.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to