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: [email protected] For additional commands, e-mail: [email protected]
