com.ibm.portal.model
Interface CountableIterablePagedListModel<E>

All Superinterfaces:
Countable, CountableListModel<E>, java.lang.Iterable<E>, IterableListModel<E>, ListModel<E>, PagedListModel<E>

public interface CountableIterablePagedListModel<E>
extends CountableListModel<E>, IterableListModel<E>, PagedListModel<E>

An iterable list model that is capable of it's size and that supports paging.

Since:
7.0

Method Summary
 
Methods inherited from interface com.ibm.portal.Countable
size
 
Methods inherited from interface com.ibm.portal.IterableListModel
iterator
 
Methods inherited from interface com.ibm.portal.PagedListModel
pagedIterator