Wicket 1.5.6 Inspector Session: 857 bytes Page: 20.3K Remove
repeater
Source code

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 >>
Actions ID First Name Last Name Home Phone Cell Phone
select toggle highlite 38 Douglas Clark 404-555-3028 314-555-1865
select toggle highlite 49 Douglas Murray 824-555-6620 581-555-8854
select toggle highlite 29 Emily Cruz 350-555-2230 331-555-7505
select toggle highlite 37 Gerald Bailey 822-555-6184 367-555-1871
select toggle highlite 41 Gerald Hall 245-555-2881 583-555-7001
select toggle highlite 42 Hailey Ortiz 830-555-1545 650-555-4654
select toggle highlite 46 Hailey Moore 503-555-7078 466-555-6873
select toggle highlite 8 Jack Bailey 362-555-5374 401-555-7418