Uses of Class
net.wotonomy.control.EODataSource

Packages that use EODataSource
net.wotonomy.control Support classes needed by the ui and web packages. 
 

Uses of EODataSource in net.wotonomy.control
 

Subclasses of EODataSource in net.wotonomy.control
 class ChildDataSource
          A data source that automates the process of creating a child editing context and copying objects from a parent context into it.
 class OrderedDataSource
          A simple extension of EODataSource that allows for indexed insertion.
 class PropertyDataSource
          A data source that reads and writes to an indexed property of a java object.
 

Methods in net.wotonomy.control that return EODataSource
 EODataSource ChildDataSource.dataSourceQualifiedByKey(java.lang.String aKey)
          Returns a data source that is capable of manipulating objects of the type returned by applying the specified key to objects vended by this data source.
 EODataSource EODatabaseDataSource.dataSourceQualifiedByKey(java.lang.String aKey)
          Returns a detail data source that is capable of manipulating objects of the type returned by applying the specified key to objects vended by this data source.
abstract  EODataSource EODataSource.dataSourceQualifiedByKey(java.lang.String aKey)
          Returns a data source that is capable of manipulating objects of the type returned by applying the specified key to objects vended by this data source.
 EODataSource PropertyDataSource.dataSourceQualifiedByKey(java.lang.String aKey)
          Returns a new instance of this class.
 

Constructors in net.wotonomy.control with parameters of type EODataSource
ChildDataSource(EODataSource aParentSource, java.util.Collection anObjectList)
          Creates a child editing context for the specified parent's context and copies the specified objects into the child context.
ChildDataSource(EODataSource aParentSource, java.lang.Object anObject)
          Creates a child editing context for the specified parent's context and copies the specified object into the child context.
 



Copyright © 2006 null. All Rights Reserved.