ERXListDisplayGroup< T > Class Reference

Inherits com::webobjects::appserver::WODisplayGroup.

Collaboration diagram for ERXListDisplayGroup< T >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

int batchCount ()
NSArray< T > displayedObjects ()
 ERXListDisplayGroup ()
List< T > getObjectList ()
void setCurrentBatchIndex (int index)
void setNumberOfObjectsPerBatch (int count)
void setObjectList (List< T > objectList)
void setSortOrderings (NSArray sortOrderings)

Protected Member Functions

int size ()

Private Attributes

NSArray< T > _displayedObjects
List< T > _objectList


Detailed Description

A WODisplayGroup that takes Lists instead of NSArrays and supports the IBatchingList interface. This should behave just like a WODisplayGroup except that you call setObjectList instead of setObjectArray. The backing NSArray of this object is a fake array just like ERXBatchingDisplayGroup uses.

Author:
mschrag

Constructor & Destructor Documentation

ERXListDisplayGroup (  ) 


Member Function Documentation

int batchCount (  ) 

NSArray<T> displayedObjects (  ) 

List<T> getObjectList (  ) 

void setCurrentBatchIndex ( int  index  ) 

void setNumberOfObjectsPerBatch ( int  count  ) 

void setObjectList ( List< T >  objectList  ) 

void setSortOrderings ( NSArray  sortOrderings  ) 

int size (  )  [protected]


Member Data Documentation

NSArray<T> _displayedObjects [private]

List<T> _objectList [private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:02 2012 for Project Wonder by  doxygen 1.5.8