|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.wotonomy.control.EODataSource
net.wotonomy.control.OrderedDataSource
public abstract class OrderedDataSource
A simple extension of EODataSource that allows for indexed insertion. The wotonomy implementation of EODisplayGroup supports this and will use it if possible. This is useful for classes like the PropertyDataSource, where the ordering of items in an indexed property may be important.
Constructor Summary | |
---|---|
OrderedDataSource()
|
Method Summary | |
---|---|
abstract void |
insertObjectAtIndex(java.lang.Object anObject,
int anIndex)
Inserts the specified object into this data source, at the specified index. |
Methods inherited from class net.wotonomy.control.EODataSource |
---|
classDescriptionForObjects, createObject, dataSourceQualifiedByKey, deleteObject, editingContext, fetchObjects, insertObject, qualifyWithRelationshipKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrderedDataSource()
Method Detail |
---|
public abstract void insertObjectAtIndex(java.lang.Object anObject, int anIndex)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |