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 Brianna Gonzalez 231-555-3663 284-555-7354
select toggle highlite 50 Brianna Williams 471-555-4771 871-555-3035
select toggle highlite 24 Christopher Moore 883-555-4745 676-555-5052
select toggle highlite 28 Christopher Cruz 681-555-2783 274-555-5783
select toggle highlite 37 Christopher Allen 724-555-3103 717-555-1736
select toggle highlite 44 Christopher Bailey 201-555-1364 250-555-4018
select toggle highlite 21 Emily Cruz 802-555-4556 768-555-2142
select toggle highlite 31 Emily Davis 362-555-3171 485-555-5072