Uses of Class
com.sibvisions.rad.model.mem.DataRow

Packages that use DataRow
com.sibvisions.rad.model.mem Contains all storage independent model classes. 
com.sibvisions.rad.model.remote Contains model implementations for accessing remote data. 
com.sibvisions.rad.persist Contains implementations of the persistence definitions. 
 

Uses of DataRow in com.sibvisions.rad.model.mem
 

Subclasses of DataRow in com.sibvisions.rad.model.mem
 class ChangeableDataRow
          An IChangeableDataRow extends the IDataRow with support for the change state of the row, some supporting methods and an unique ID column.
 class MemDataBook
          The MemDataBook is a storage independent table, and handles all operations to load, save and manipulate table oriented data.
 

Fields in com.sibvisions.rad.model.mem declared as DataRow
protected  DataRow MemDataBook.rowInstance1
          Optimization for fast row access with singleton instance of data row for search, filter, sort.
protected  DataRow MemDataBook.rowInstance2
          Optimization for fast row access with singleton instance of data row for search, filter, sort.
 

Uses of DataRow in com.sibvisions.rad.model.remote
 

Subclasses of DataRow in com.sibvisions.rad.model.remote
 class RemoteDataBook
          The RemoteDataBook is a storage independent table, and handles all operations based on the the MemDatabook base class.
 

Uses of DataRow in com.sibvisions.rad.persist
 

Subclasses of DataRow in com.sibvisions.rad.persist
 class StorageDataBook
          The StorageDataBook is a RemoteDataBook directly connected to an IStorage.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.