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 5 Abby Clark 788-555-4446 845-555-2720
select toggle highlite 32 Abby Donahue 384-555-6564 268-555-7623
select toggle highlite 36 Abby Donahue 437-555-3230 363-555-4443
select toggle highlite 47 Abby Nelson 451-555-1388 236-555-6875
select toggle highlite 49 Abby Fisher 306-555-1342 604-555-7210
select toggle highlite 4 Abner Black 740-555-7658 466-555-1818
select toggle highlite 2 Brianna Jones 676-555-1057 878-555-8422
select toggle highlite 7 Brianna Cruz 440-555-5733 765-555-2544