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.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)
          Returns a copy of the IDataRow of the specified index.
 IChangeableDataRow MemDataBook.getDataRow(int pDataRowIndex)
          Returns a copy of the IDataRow of the specified index.
 

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.
 

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 table, and handles all operations to load, save and manipulate table oriented data.
 

Methods in javax.rad.model that return IChangeableDataRow
 IChangeableDataRow IDataPage.getDataRow(int pDataRowIndex)
          Returns a copy of the IDataRow of 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.