+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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
 

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD