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

Packages that use ChangeableDataRow
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 ChangeableDataRow in com.sibvisions.rad.model.mem
 

Subclasses of ChangeableDataRow in com.sibvisions.rad.model.mem
 class MemDataBook
          The MemDataBook is a storage independent table, and handles all operations to load, save and manipulate table oriented data.
 

Methods in com.sibvisions.rad.model.mem that return ChangeableDataRow
 ChangeableDataRow MemDataBook.getAdditionalDataRow()
          Returns the additional data row.
 

Methods in com.sibvisions.rad.model.mem with parameters of type ChangeableDataRow
protected  void MemDataPage.setDataRow(int pDataRowIndex, ChangeableDataRow pRow)
          Sets the internal storage for the specified DataRow Object[].
 

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

Subclasses of ChangeableDataRow 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 ChangeableDataRow in com.sibvisions.rad.persist
 

Subclasses of ChangeableDataRow 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.