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 22 Abby Lee 717-555-5474 438-555-5880
select toggle highlite 43 Abner Allen 677-555-8825 631-555-6671
select toggle highlite 27 Brianna Baker 217-555-2574 237-555-6312
select toggle highlite 2 Christopher Allen 335-555-3828 665-555-4168
select toggle highlite 41 Christopher Johnson 375-555-5341 883-555-5286
select toggle highlite 15 Debra Lee 525-555-1004 802-555-2257
select toggle highlite 29 Debra Baker 353-555-2434 522-555-5565
select toggle highlite 36 Debra Lee 870-555-4317 570-555-2255