Wicket Remove

Welcome to Repeater View Examples

[go back]

Selected Contact: Debra Gonzalez
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 13 Abner Black 403-555-8606 456-555-6200
select toggle highlite 21 Abner Murray 631-555-8131 827-555-4730
select toggle highlite 19 Brianna Bailey 604-555-4362 467-555-7131
select toggle highlite 33 Christopher Wilson 442-555-7864 212-555-7155
select toggle highlite 37 Christopher Jones 344-555-6831 476-555-5212
select toggle highlite 4 Debra Gonzalez 221-555-2331 755-555-8387
select toggle highlite 8 Debra Graham 503-555-5861 540-555-8886
select toggle highlite 10 Debra Hall 356-555-4255 823-555-4121