Wicket Remove

Welcome to Repeater View Examples

[go back]

Selected Contact: No Contact Selected
This example demonstrates the use of ReuseIfModelsEqualStrategy implementation of IItemReuseStrategy interface for the dataview. IItemReuseStrategy is responsible for how the child item components of the dataview are recycled between requests. The default strategy simply discards all previous items. The ReuseIfModelsEqualStrategy strategy will keep items if the model of the item matches one of the models that is to be displayed in the current request - this allows reuse of items that did not leave the page. This is useful when there is a need to keep state across requests for items that are visible within the page. Notice that when you click the 'toggle highlite' link the item stays highlited until it leaves the page or you click the link again. If the default strategy would have been used instead, the item would not have been highlited because it would have been replaced by a new item and thus would not have known that it should be highlited.

<< 1 2 3 4 5 6 7 >>
Actions ID First Name Last Name Home Phone Cell Phone
select toggle highlite 6 Willie Johnson 853-555-2736 513-555-5875
select toggle highlite 14 Willie Gonzalez 355-555-8446 475-555-2715
select toggle highlite 13 Timothy Hall 457-555-6841 855-555-8778
select toggle highlite 45 Timothy Donahue 744-555-3017 773-555-4248
select toggle highlite 9 Sarah Baker 545-555-3586 882-555-3308
select toggle highlite 50 Sarah Williams 480-555-3370 886-555-4582
select toggle highlite 29 Sandra Smiith 648-555-3500 438-555-7733
select toggle highlite 46 Sandra Cruz 284-555-5726 812-555-8401