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 11 Abby Allen 263-555-7286 606-555-4002
select toggle highlite 28 Abner Graham 278-555-3376 266-555-2858
select toggle highlite 33 Abner Black 414-555-7245 663-555-5560
select toggle highlite 37 Abner Wilson 243-555-1108 840-555-8067
select toggle highlite 7 Brianna Gonzalez 526-555-2724 518-555-5864
select toggle highlite 3 Debra Fisher 750-555-3731 530-555-4345
select toggle highlite 32 Debra Jones 334-555-3515 305-555-6757
select toggle highlite 13 Emily Hall 720-555-4228 548-555-4872