Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.ibm.portal
Interface ListModel

All Known Subinterfaces:
CacheFactory, InvalidatableListModel, MetaData, PagedListModel, SearchableListModel
All Known Implementing Classes:
EmptyListModel, EmtyListModel, LocalizedInformation, MetaDataImpl

public interface ListModel

A model representing a list. It supplies a method to iterate over elements of the list.

Since:
5.1

Method Summary
 java.util.Iterator iterator()
          Returns an interator over elements of the list.
 

Method Detail

iterator

public java.util.Iterator iterator()
                            throws ModelException
Returns an interator over elements of the list.

Returns:
an iterator
Throws:
ModelException - if creation of iterator fails

Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.