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 7 Abby Cruz 283-555-3636 616-555-7462
select toggle highlite 12 Abby Allen 264-555-3867 736-555-4758
select toggle highlite 24 Abby Allen 621-555-3053 883-555-7007
select toggle highlite 20 Abner Johnson 566-555-6843 211-555-2142
select toggle highlite 21 Abner Johnson 325-555-5152 368-555-3188
select toggle highlite 45 Abner Wilson 641-555-1305 211-555-1754
select toggle highlite 17 Christopher Williams 242-555-2341 237-555-4827
select toggle highlite 8 Douglas Ortiz 811-555-5855 560-555-6143