|
Class Summary |
| DefaultItemReuseStrategy |
Implementation of IItemReuseStrategy that returns new items
every time. |
| Item |
Container that holds components in a RefreshingView. |
| Item.IndexComparator |
Comparator that compares Items by their index property |
| OddEvenItem |
Item that sets class="even" or class="odd" attributes based on its index |
| RefreshingView |
An abstract repeater view that provides refreshing functionality to its
subclasses. |
| ReuseIfModelsEqualStrategy |
Reuse strategy that will reuse an old item if its model is equal to a model
inside the newModels iterator. |