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 8 Abby Rose 474-555-7143 701-555-4145
select toggle highlite 43 Abby Bailey 757-555-3750 388-555-5568
select toggle highlite 48 Abby Lee 273-555-4183 274-555-4865
select toggle highlite 40 Abner Johnson 434-555-1681 483-555-1767
select toggle highlite 35 Brianna Cruz 541-555-5774 356-555-8451
select toggle highlite 27 Christopher Allen 307-555-8650 481-555-3730
select toggle highlite 32 Christopher Murray 817-555-2364 731-555-4740
select toggle highlite 11 Debra Clark 548-555-1648 831-555-1117