|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IItemReuseStrategy
Interface for item reuse strategies.
Notice: Child items will be rendered in the order they are provided by the returned iterator, so it is important that the strategy preserve this order
| Method Summary | ||
|---|---|---|
|
getItems(IItemFactory<T> factory,
Iterator<IModel<T>> newModels,
Iterator<Item<T>> existingItems)
Returns an iterator over items that will be added to the view. |
|
| Method Detail |
|---|
<T> Iterator<Item<T>> getItems(IItemFactory<T> factory,
Iterator<IModel<T>> newModels,
Iterator<Item<T>> existingItems)
T - type of Itemfactory - implementation of IItemFactorynewModels - iterator over models for itemsexistingItems - iterator over child items
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||