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 36 Kathleen Bailey 605-555-3076 375-555-1664
select toggle highlite 15 Keith Fisher 480-555-3022 886-555-5112
select toggle highlite 20 Keith Baker 724-555-3572 710-555-2446
select toggle highlite 26 Keith Hall 342-555-6208 771-555-7816
select toggle highlite 32 Keith Fisher 233-555-2662 241-555-8865
select toggle highlite 22 Linda Graham 713-555-3801 652-555-6146
select toggle highlite 31 Linda Fisher 543-555-5137 234-555-8542
select toggle highlite 49 Linda Murray 556-555-1208 407-555-2207