ERXListDisplayGroup< T > Class Reference
Inherits com::webobjects::appserver::WODisplayGroup.
List of all members.
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
Member Function Documentation
| NSArray<T> displayedObjects |
( |
|
) |
|
| List<T> getObjectList |
( |
|
) |
|
| void setCurrentBatchIndex |
( |
int |
index |
) |
|
| void setNumberOfObjectsPerBatch |
( |
int |
count |
) |
|
| void setObjectList |
( |
List< T > |
objectList |
) |
|
| void setSortOrderings |
( |
NSArray |
sortOrderings |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: