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 48 Abby Baker 617-555-8137 238-555-7317
select toggle highlite 9 Abner Bailey 671-555-5442 637-555-4403
select toggle highlite 39 Abner Ortiz 784-555-2247 814-555-8510
select toggle highlite 8 Christopher Wilson 601-555-6176 535-555-7013
select toggle highlite 15 Christopher Moore 338-555-6167 868-555-7260
select toggle highlite 16 Debra Rose 582-555-8588 514-555-3411
select toggle highlite 22 Debra Murray 283-555-2487 735-555-1816
select toggle highlite 21 Douglas Allen 303-555-4563 681-555-2530