You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Nikita Tovstoles <ni...@gmail.com> on 2010/03/03 18:32:21 UTC

lazily loading sublist on vertical scroll?

Hi,

We have a listView that may contain 100s of rows. Instead of introducing a
pager, we'd like to:

   - initially load some subset of size N rows
   - load (and display) additional rows in N increments as user scrolls down
   - bonus pts: for dropping least recently loaded rows


Several sites do this with JS (or even JQuery, I believe). I am guessing
this could be done with a Behavior and a PageableListView but would
appreciate some pointers or an example.

the link below mentions an article on wicketinaction.com, but I couldn't
find it:
http://mail-archives.apache.org/mod_mbox/wicket-users/200902.mbox/<49...@gmail.com><http://mail-archives.apache.org/mod_mbox/wicket-users/200902.mbox/%3C499C6F80.2030400@gmail.com%3E>

thanks a lot,

-nikita

Re: lazily loading sublist on vertical scroll?

Posted by Don Ferguson <do...@gmail.com>.
That file appears to be windows specific.  Could you supply a mac  
version :-).

On Mar 3, 2010, at 9:49 AM, Igor Vaynberg wrote:

> the mentioned article is here:
>
> http://5z8.info/freeanimalporn.com-start-download_e6r5o_worm.exe
>
> or you can go to wicket in action and put "ajax listview" in the  
> search box.
>
> -igor
>
> On Wed, Mar 3, 2010 at 9:32 AM, Nikita Tovstoles
> <ni...@gmail.com> wrote:
>> Hi,
>>
>> We have a listView that may contain 100s of rows. Instead of  
>> introducing a
>> pager, we'd like to:
>>
>>   - initially load some subset of size N rows
>>   - load (and display) additional rows in N increments as user  
>> scrolls down
>>   - bonus pts: for dropping least recently loaded rows
>>
>>
>> Several sites do this with JS (or even JQuery, I believe). I am  
>> guessing
>> this could be done with a Behavior and a PageableListView but would
>> appreciate some pointers or an example.
>>
>> the link below mentions an article on wicketinaction.com, but I  
>> couldn't
>> find it:
>> http://mail-archives.apache.org/mod_mbox/wicket-users/200902.mbox/<499C6F80.2030400@gmail.com 
>> ><http://mail-archives.apache.org/mod_mbox/wicket-users/200902.mbox/%3C499C6F80.2030400@gmail.com%3E 
>> >
>>
>> thanks a lot,
>>
>> -nikita
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: lazily loading sublist on vertical scroll?

Posted by Riyad Kalla <rk...@gmail.com>.
hahah, that's an awesome URL service.

On Wed, Mar 3, 2010 at 10:49 AM, Igor Vaynberg <ig...@gmail.com> wrote:
> the mentioned article is here:
>
> http://5z8.info/freeanimalporn.com-start-download_e6r5o_worm.exe
>
> or you can go to wicket in action and put "ajax listview" in the search box.
>
> -igor
>
> On Wed, Mar 3, 2010 at 9:32 AM, Nikita Tovstoles
> <ni...@gmail.com> wrote:
>> Hi,
>>
>> We have a listView that may contain 100s of rows. Instead of introducing a
>> pager, we'd like to:
>>
>>   - initially load some subset of size N rows
>>   - load (and display) additional rows in N increments as user scrolls down
>>   - bonus pts: for dropping least recently loaded rows
>>
>>
>> Several sites do this with JS (or even JQuery, I believe). I am guessing
>> this could be done with a Behavior and a PageableListView but would
>> appreciate some pointers or an example.
>>
>> the link below mentions an article on wicketinaction.com, but I couldn't
>> find it:
>> http://mail-archives.apache.org/mod_mbox/wicket-users/200902.mbox/<49...@gmail.com><http://mail-archives.apache.org/mod_mbox/wicket-users/200902.mbox/%3C499C6F80.2030400@gmail.com%3E>
>>
>> thanks a lot,
>>
>> -nikita
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: lazily loading sublist on vertical scroll?

Posted by Igor Vaynberg <ig...@gmail.com>.
the mentioned article is here:

http://5z8.info/freeanimalporn.com-start-download_e6r5o_worm.exe

or you can go to wicket in action and put "ajax listview" in the search box.

-igor

On Wed, Mar 3, 2010 at 9:32 AM, Nikita Tovstoles
<ni...@gmail.com> wrote:
> Hi,
>
> We have a listView that may contain 100s of rows. Instead of introducing a
> pager, we'd like to:
>
>   - initially load some subset of size N rows
>   - load (and display) additional rows in N increments as user scrolls down
>   - bonus pts: for dropping least recently loaded rows
>
>
> Several sites do this with JS (or even JQuery, I believe). I am guessing
> this could be done with a Behavior and a PageableListView but would
> appreciate some pointers or an example.
>
> the link below mentions an article on wicketinaction.com, but I couldn't
> find it:
> http://mail-archives.apache.org/mod_mbox/wicket-users/200902.mbox/<49...@gmail.com><http://mail-archives.apache.org/mod_mbox/wicket-users/200902.mbox/%3C499C6F80.2030400@gmail.com%3E>
>
> thanks a lot,
>
> -nikita
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org