Uses of Interface
javax.rad.model.IChangeableDataRow

Packages that use IChangeableDataRow
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. 
com.sibvisions.rad.ui.swing.ext Contains all swing extensions which can be used without the platform and technology independent interface definitions. 
javax.rad.model Contains all model interfaces, abstract base and exception classes. 
 

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

Classes in com.sibvisions.rad.model.mem that implement IChangeableDataRow
 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.
 

Methods in com.sibvisions.rad.model.mem that return IChangeableDataRow
 IChangeableDataRow MemDataPage.getDataRow(int pDataRowIndex)
          Gets a copy of the IChangeableDataRow at the specified index.
 IChangeableDataRow MemDataBook.getDataRow(int pDataRowIndex)
          Gets a copy of the IChangeableDataRow at the specified index.
 

Methods in com.sibvisions.rad.model.mem with parameters of type IChangeableDataRow
protected  void MemDataBook.executeDelete(IChangeableDataRow pDataRow)
          Its called when the deleting DataRow (delete row) should be deleted.
protected  IDataRow MemDataBook.executeInsert(IChangeableDataRow pDataRow)
          Its called when the inserting DataRow (new row) should be inserted.
protected  IDataRow MemDataBook.executeLockAndRefetch(IChangeableDataRow pDataRow)
          Its called before the DataRow (existing row) will be changed.
protected  IDataRow MemDataBook.executeUpdate(IChangeableDataRow pDataRow)
          Its called when the updating DataRow (changed row) should be updated Derived classed should override this to implemented the needed functionality.
 

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

Classes in com.sibvisions.rad.model.remote that implement IChangeableDataRow
 class RemoteDataBook
          The RemoteDataBook is a storage independent table, and handles all operations based on the the MemDatabook base class.
 

Methods in com.sibvisions.rad.model.remote with parameters of type IChangeableDataRow
protected  void RemoteDataBook.executeDelete(IChangeableDataRow pDataRow)
          Its called when the deleting DataRow (delete row) should be deleted.
protected  IDataRow RemoteDataBook.executeInsert(IChangeableDataRow pDataRow)
          Its called when the inserting DataRow (new row) should be inserted.
protected  IDataRow RemoteDataBook.executeLockAndRefetch(IChangeableDataRow pDataRow)
          Its called before the DataRow (existing row) will be changed.
protected  IDataRow RemoteDataBook.executeUpdate(IChangeableDataRow pDataRow)
          Its called when the updating DataRow (changed row) should be updated Derived classed should override this to implemented the needed functionality.
 

Uses of IChangeableDataRow in com.sibvisions.rad.persist
 

Classes in com.sibvisions.rad.persist that implement IChangeableDataRow
 class StorageDataBook
          The StorageDataBook is a RemoteDataBook directly connected to an IStorage.
 

Uses of IChangeableDataRow in com.sibvisions.rad.ui.swing.ext
 

Methods in com.sibvisions.rad.ui.swing.ext that return IChangeableDataRow
 IChangeableDataRow JVxTree.DataPageNode.getDataRow()
          Gets the current IDataRow.
 

Uses of IChangeableDataRow in javax.rad.model
 

Subinterfaces of IChangeableDataRow in javax.rad.model
 interface IDataBook
          The IDataBook is a storage independent representation of table and handles all the operations to load, save and change the data.
 

Methods in javax.rad.model that return IChangeableDataRow
 IChangeableDataRow IDataPage.getDataRow(int pDataRowIndex)
          Gets a copy of the IChangeableDataRow at the specified index.
 

Methods in javax.rad.model with parameters of type IChangeableDataRow
 TreePathFinder TreePathFinder.getChild(IChangeableDataRow pDataRow)
          Gets the child TreePathFinder to the given data row.
 

Constructors in javax.rad.model with parameters of type IChangeableDataRow
TreePathFinder(IChangeableDataRow pDataRow)
          Constructs a new TreePathFinder.
TreePathFinder(TreePathFinder pParentTreePathFinder, IChangeableDataRow pDataRow)
          Constructs a new TreePathFinder.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.