You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by vineet semwal <vi...@gmail.com> on 2012/07/09 17:44:26 UTC

wrote a new repeater which can add or remove rows without the need to re-render the whole of it

Hi,
straight away posting from readme here :)
https://github.com/vineetsemwal/quickview

 QuickView is a wicket component(RepeatingView) ,it works with wicket
6.0.0-beta2 currently,it lets you adds new rows or remove the rows
without the need to  re-render the whole repeater again when used with
ajax components like AjaxLink or AjaxItemsNavigator.AjaxItemsNavigator
which is provided in this package creates new rows on click.
Quickview can be also be used with PagingNavigator or
AjaxPagingNavigator .it should work in all the scenarios where the
DataView works.
the way of using it is exactly like DataView .the only difference is
you will have to set a reuse constant which is just an enum,
the behavior of the quickview depends on that enum.

Please use the simple examples which comes with the package .

Please note the idea/inspiration to write quickview came from Igor
Vaynberg's article
http://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/

suggestions/improvements/advices welcome

It can undergo changes currently as it is in experimental stage.

-- 
thanks,

Vineet Semwal

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