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 1 Abby Allen 622-555-8432 364-555-5525
select toggle highlite 25 Abby Lee 842-555-7675 472-555-5237
select toggle highlite 34 Abner Rose 427-555-4402 438-555-1667
select toggle highlite 39 Abner Baker 418-555-3507 273-555-8673
select toggle highlite 42 Abner Moore 365-555-2552 352-555-1673
select toggle highlite 6 Brianna Baker 865-555-8883 231-555-4887
select toggle highlite 49 Brianna Bailey 265-555-1408 767-555-5763
select toggle highlite 7 Debra Ortiz 642-555-4144 665-555-6201