Project Wonder 5.0

er.extensions.batching
Interface IBatchingList

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List
All Known Implementing Classes:
AbstractBatchingList

public interface IBatchingList
extends java.util.List

IBatchingList provides an interface to a List that can be loaded in paginated batches. This is mainly for use with WOListDisplaygroup.

Author:
mschrag

Method Summary
 void setPageIndex(int _pageIndex)
          Sets the page number that is currently being viewed on this list.
 void setPageSize(int _pageSize)
          Sets the page size of this list.
 void setSortOrderings(com.webobjects.foundation.NSArray _sortOrderings)
          Sets the sort orderings of this list.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

setSortOrderings

void setSortOrderings(com.webobjects.foundation.NSArray _sortOrderings)
Sets the sort orderings of this list.

Parameters:
_sortOrderings - the sort orderings array

setPageSize

void setPageSize(int _pageSize)
Sets the page size of this list.

Parameters:
_pageSize - the page size

setPageIndex

void setPageIndex(int _pageIndex)
Sets the page number that is currently being viewed on this list.

Parameters:
_pageIndex - the page number

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.