|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webobjects.appserver.WODisplayGroup
er.extensions.appserver.ERXListDisplayGroup<T>
public class ERXListDisplayGroup<T>
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.webobjects.appserver.WODisplayGroup |
---|
com.webobjects.appserver.WODisplayGroup.Delegate |
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCoding |
---|
com.webobjects.foundation.NSKeyValueCoding._BooleanFieldBinding, com.webobjects.foundation.NSKeyValueCoding._BooleanMethodBinding, com.webobjects.foundation.NSKeyValueCoding._FieldBinding, com.webobjects.foundation.NSKeyValueCoding._ForwardingBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding._MethodBinding, com.webobjects.foundation.NSKeyValueCoding._NumberFieldBinding, com.webobjects.foundation.NSKeyValueCoding._NumberMethodBinding, com.webobjects.foundation.NSKeyValueCoding._ReflectionKeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding.DefaultImplementation, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCoding.Null, com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException, com.webobjects.foundation.NSKeyValueCoding.Utility, com.webobjects.foundation.NSKeyValueCoding.ValueAccessor |
Nested classes/interfaces inherited from interface com.webobjects.eocontrol.EOKeyValueArchiving |
---|
com.webobjects.eocontrol.EOKeyValueArchiving._NullValueSupport, com.webobjects.eocontrol.EOKeyValueArchiving._NumberSupport, com.webobjects.eocontrol.EOKeyValueArchiving._TimestampSupport, com.webobjects.eocontrol.EOKeyValueArchiving.Awaking, com.webobjects.eocontrol.EOKeyValueArchiving.FinishInitialization, com.webobjects.eocontrol.EOKeyValueArchiving.Support |
Field Summary |
---|
Fields inherited from class com.webobjects.appserver.WODisplayGroup |
---|
DisplayGroupWillFetchNotification |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding |
---|
_CLASS, NullValue |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling |
---|
_CLASS |
Fields inherited from interface com.webobjects.foundation.NSDisposable |
---|
_CLASS |
Fields inherited from interface com.webobjects.eocontrol.EOKeyValueArchiving |
---|
_CLASS |
Fields inherited from interface com.webobjects.eocontrol.EOKeyValueArchiving.Awaking |
---|
_CLASS |
Constructor Summary | |
---|---|
ERXListDisplayGroup()
|
Method Summary | |
---|---|
int |
batchCount()
|
com.webobjects.foundation.NSArray<T> |
displayedObjects()
|
java.util.List<T> |
getObjectList()
|
void |
setCurrentBatchIndex(int index)
|
void |
setNumberOfObjectsPerBatch(int count)
|
void |
setObjectList(java.util.List<T> objectList)
|
void |
setSortOrderings(com.webobjects.foundation.NSArray sortOrderings)
|
protected int |
size()
|
Methods inherited from class com.webobjects.appserver.WODisplayGroup |
---|
_beginObserverNotification, _deleteObject, _insertObjectAtIndex, _lastObserverNotified, allObjects, allQualifierOperators, awakeFromKeyValueUnarchiver, clearSelection, currentBatchIndex, dataSource, decodeWithKeyValueUnarchiver, defaultStringMatchFormat, defaultStringMatchOperator, delegate, delete, deleteObjectAtIndex, deleteSelection, detailKey, displayBatchContainingSelectedObject, displayNextBatch, displayPreviousBatch, dispose, editingContextPresentErrorMessage, encodeWithCoder, encodeWithKeyValueArchiver, endEditing, fetch, fetchesOnLoad, finishInitialization, globalDefaultForValidatesChangesImmediately, globalDefaultStringMatchFormat, globalDefaultStringMatchOperator, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasDetailDataSource, hasMultipleBatches, indexOfFirstDisplayedObject, indexOfLastDisplayedObject, initWithCoder, inQueryMode, insert, insertedObjectDefaultValues, insertNewObjectAtIndex, insertObjectAtIndex, localKeys, masterObject, numberOfObjectsPerBatch, objectsChangedInEditingContext, objectsInvalidatedInEditingContext, qualifier, qualifierFromQueryValues, qualifyDataSource, qualifyDisplayGroup, queryBindings, queryMatch, queryMax, queryMin, queryOperator, redisplay, relationalQualifierOperators, selectedObject, selectedObjects, selectionIndexes, selectNext, selectObject, selectObjectsIdenticalTo, selectObjectsIdenticalToSelectFirstOnNoMatch, selectPrevious, selectsFirstObjectAfterFetch, setDataSource, setDefaultStringMatchFormat, setDefaultStringMatchOperator, setDelegate, setDetailKey, setFetchesOnLoad, setGlobalDefaultForValidatesChangesImmediately, setGlobalDefaultStringMatchFormat, setGlobalDefaultStringMatchOperator, setInQueryMode, setInsertedObjectDefaultValues, setLocalKeys, setMasterObject, setObjectArray, setQualifier, setSelectedObject, setSelectedObjects, setSelectionIndexes, setSelectsFirstObjectAfterFetch, setValidatesChangesImmediately, sortOrderings, stringQualifierOperators, takeValueForKey, toString, unableToSetNullForKey, undoManager, updateDisplayedObjects, validatesChangesImmediately, valueForKey, willChange |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ERXListDisplayGroup()
Method Detail |
---|
public java.util.List<T> getObjectList()
protected int size()
public void setObjectList(java.util.List<T> objectList)
public int batchCount()
batchCount
in class com.webobjects.appserver.WODisplayGroup
public void setCurrentBatchIndex(int index)
setCurrentBatchIndex
in class com.webobjects.appserver.WODisplayGroup
public void setNumberOfObjectsPerBatch(int count)
setNumberOfObjectsPerBatch
in class com.webobjects.appserver.WODisplayGroup
public com.webobjects.foundation.NSArray<T> displayedObjects()
displayedObjects
in class com.webobjects.appserver.WODisplayGroup
public void setSortOrderings(com.webobjects.foundation.NSArray sortOrderings)
setSortOrderings
in class com.webobjects.appserver.WODisplayGroup
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |