Package javax.rad.model

Contains all model interfaces, abstract base and exception classes.

See:
          Description

Interface Summary
IChangeableDataRow The IChangeableDataRow is an IDataRow extension which adds support for monitoring the state of the IDataRow (whether it is currently changing or not, and what changes are occurring).
IDataBook The IDataBook is a storage independent representation of table and handles all the operations to load, save and change the data.
IDataPage The IDataPage is the abstract representation of multiple IDataRows, basically mimicking one set of rows or a result set.
IDataRow An IDataRow is a storage independent representation of one row of data.
IDataSource The IDataSource is a storage independent way to access table oriented data, or any data that can be approximately represented as table.
IRowDefinition The IRowDefinition defines the layout of the model.
 

Class Summary
ColumnDefinition A ColumnDefinition is a description of the data type and other attributes of a table column.
ColumnView A ColumnView contains all column names that should be shown.
RowDefinition A RowDefinition contains all ColumnDefintion's of a DataRow.
SortDefinition The SortDefinition class specifies the sort order to use.
TreePath A TreePath stores the path of node in a tree.
TreePathFinder A TreePathFinder stores the primary key columns recursively for all master detail dependencies.
 

Enum Summary
IDataBook.SelectionMode The IDataBook.SelectionMode specifies which row should be selected after a reload or after the master row has changed.
IDataBook.WriteBackIsolationLevel The IDataBook.WriteBackIsolationLevel specifies when the changes in the IDataBook will be (implicitly) saved.
MetaDataCacheOption The MetaDataCacheOption indicates the behavior of the metadata cache.
 

Exception Summary
ModelException The ModelException is thrown to indicate an error which happened in the model or data storage.
 

Package javax.rad.model Description

Contains all model interfaces, abstract base and exception classes. Like IDataBook, IDataRow, IRowDefinition, IStorageAccess, ModelException, ...



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.