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 5 Abby Baker 337-555-3850 870-555-6735
select toggle highlite 25 Abby Baker 320-555-4478 563-555-1187
select toggle highlite 1 Abner Jones 275-555-2074 233-555-4201
select toggle highlite 20 Abner Baker 528-555-5174 308-555-8032
select toggle highlite 4 Christopher Smiith 681-555-7731 212-555-2146
select toggle highlite 45 Christopher Brown 743-555-8450 463-555-7082
select toggle highlite 18 Debra Hall 867-555-6620 238-555-3327
select toggle highlite 19 Debra Moore 350-555-4661 740-555-2618