that AjaxPageScrollEventBehavior is equal to AjaxEventBehavior("onscroll"){
public void onevent(AjaxRequestTarget target){
quickView.addItemsForNextPage();
}
}
so all the work is basically done by quickview ,the only useful thing
that behavior provides is
javascript which only lets server request happens if scroll-bar is
moved to bottom of page.
if you want to use that javascript ,it's available in the below
link,see js function
isPageScrollBarAtBottom() ,create a decorator in 1.5 and use it
https://github.com/vineetsemwal/quickview/blob/master/wicket-quickview/src/main/java/com/aplombee/repeater.js
On Mon, Oct 15, 2012 at 10:37 AM, steven.li
<[email protected]> wrote:
> I tried the quickview , however, seems PageScrollBar only supported in Wicket
> 6.0 ?
>
> Currently, I'm using Wicket 1.5.6, If I want to use PageScrollBar, do I have
> to migrate to Wicket 6.0 ?
>
> Thanks.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Load-table-rows-lazy-when-click-browser-scrollbar-tp4652541p4652959.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
--
regards,
Vineet Semwal
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]