|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 | |
java.util.Iterator |
getItems(IItemFactory factory,
java.util.Iterator newModels,
java.util.Iterator existingItems)
Returns an iterator over items that will be added to the view. |
| Method Detail |
public java.util.Iterator getItems(IItemFactory factory,
java.util.Iterator newModels,
java.util.Iterator existingItems)
factory - 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 | ||||||||||