Class AbstractPagingNavigationStrategy

    • Constructor Detail

      • AbstractPagingNavigationStrategy

        public AbstractPagingNavigationStrategy()
    • Method Detail

      • addItems

        public <T> Iterator<Item<T>> addItems​(int startIndex,
                                              IItemFactory<T> factory,
                                              Iterator<IModel<T>> newModels)
        Description copied from interface: IQuickReuseStrategy
        Returns an iterator over items that will be added to the view without re-rendering the QuickView
        Specified by:
        addItems in interface IQuickReuseStrategy
        Type Parameters:
        T - type of Item
        Parameters:
        startIndex - index from where new items will be added
        factory - implementation of IItemFactory
        newModels - iterator over models for items
        Returns:
        iterator over items that will be added