|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javax.rad.model | |
---|---|
com.sibvisions.rad.application | Contains base classes for application creation. |
com.sibvisions.rad.genui.celleditor | Contains generic cell editors. |
com.sibvisions.rad.model | Contains model implementations. |
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.persist.jdbc | Contains all database specific persistence implementations. |
com.sibvisions.rad.ui.celleditor | Contains technology and platform independent cell editor implementations. |
com.sibvisions.rad.ui.swing.ext | Contains all swing extensions which can be used without the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.ext.celleditor | Contains components for creating editors. |
com.sibvisions.rad.ui.swing.impl.control | Contains Swing control implementations based on the platform and technology independent interface definitions. |
javax.rad.application.genui | Contains implementations of the generic application interfaces. |
javax.rad.genui.celleditor | Contains a generic implementation of the platform and technology independent celleditor interfaces to design graphical user interfaces. |
javax.rad.genui.control | Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces. |
javax.rad.model | Contains all model interfaces, abstract base and exception classes. |
javax.rad.model.condition | Contains ICondition implementations for different SQL operators. |
javax.rad.model.datatype | Contains all CellType classes. |
javax.rad.model.event | Contains all model event classes and interfaces. |
javax.rad.model.reference | Contains classes for model references. |
javax.rad.model.ui | Contains UI relevant interface definitions. |
javax.rad.persist | Contains classes and interfaces needed for java persistence. |
javax.rad.ui.celleditor | Contains all interfaces to develop cell editors. |
javax.rad.ui.control | Contains all interfaces to develop controls for a graphical user interface. |
Classes in javax.rad.model used by com.sibvisions.rad.application | |
---|---|
IDataBook
The IDataBook is a storage independent representation of table and
handles all the operations to load, save and change the data. |
Classes in javax.rad.model used by com.sibvisions.rad.genui.celleditor | |
---|---|
IDataRow
An IDataRow is a storage independent representation of one row of
data. |
Classes in javax.rad.model used by com.sibvisions.rad.model | |
---|---|
IDataBook
The IDataBook is a storage independent representation of table and
handles all the operations to load, save and change the data. |
|
IDataRow
An IDataRow is a storage independent representation of one row of
data. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
|
SortDefinition
The SortDefinition class specifies the sort order to use. |
Classes in javax.rad.model used by com.sibvisions.rad.model.mem | |
---|---|
ColumnDefinition
A ColumnDefinition is a description of the data type and other
attributes of a table column. |
|
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. |
|
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. |
|
IDataPage
The IDataPage is the abstract representation of multiple
IDataRow s, 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. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
|
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. |
Classes in javax.rad.model used by com.sibvisions.rad.model.remote | |
---|---|
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
IDataRow s, 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. |
|
MetaDataCacheOption
The MetaDataCacheOption indicates the behavior of the metadata cache. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
Classes in javax.rad.model used by com.sibvisions.rad.persist | |
---|---|
ColumnDefinition
A ColumnDefinition is a description of the data type and other
attributes of a table column. |
|
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
IDataRow s, 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. |
|
MetaDataCacheOption
The MetaDataCacheOption indicates the behavior of the metadata cache. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
|
RowDefinition
A RowDefinition contains all ColumnDefintion 's of a
DataRow . |
|
SortDefinition
The SortDefinition class specifies the sort order to use. |
Classes in javax.rad.model used by com.sibvisions.rad.persist.jdbc | |
---|---|
MetaDataCacheOption
The MetaDataCacheOption indicates the behavior of the metadata cache. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
|
SortDefinition
The SortDefinition class specifies the sort order to use. |
Classes in javax.rad.model used by com.sibvisions.rad.ui.celleditor | |
---|---|
ColumnView
A ColumnView contains all column names that should be shown. |
|
IDataRow
An IDataRow is a storage independent representation of one row of
data. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
Classes in javax.rad.model used by com.sibvisions.rad.ui.swing.ext | |
---|---|
ColumnView
A ColumnView contains all column names that should be shown. |
|
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. |
|
IDataRow
An IDataRow is a storage independent representation of one row of
data. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
Classes in javax.rad.model used by com.sibvisions.rad.ui.swing.ext.celleditor | |
---|---|
IDataPage
The IDataPage is the abstract representation of multiple
IDataRow s, basically mimicking one set of rows or a result set. |
|
IDataRow
An IDataRow is a storage independent representation of one row of
data. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
Classes in javax.rad.model used by com.sibvisions.rad.ui.swing.impl.control | |
---|---|
ColumnView
A ColumnView contains all column names that should be shown. |
|
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
IDataRow s, basically mimicking one set of rows or a result set. |
|
IDataRow
An IDataRow is a storage independent representation of one row of
data. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
Classes in javax.rad.model used by javax.rad.application.genui | |
---|---|
IDataBook
The IDataBook is a storage independent representation of table and
handles all the operations to load, save and change the data. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
Classes in javax.rad.model used by javax.rad.genui.celleditor | |
---|---|
ColumnView
A ColumnView contains all column names that should be shown. |
|
IDataPage
The IDataPage is the abstract representation of multiple
IDataRow s, basically mimicking one set of rows or a result set. |
|
IDataRow
An IDataRow is a storage independent representation of one row of
data. |
Classes in javax.rad.model used by javax.rad.genui.control | |
---|---|
ColumnView
A ColumnView contains all column names that should be shown. |
|
IDataBook
The IDataBook is a storage independent representation of table and
handles all the operations to load, save and change the data. |
|
IDataRow
An IDataRow is a storage independent representation of one row of
data. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
Classes in javax.rad.model used by javax.rad.model | |
---|---|
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. |
|
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. |
|
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. |
|
IDataPage
The IDataPage is the abstract representation of multiple
IDataRow s, 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. |
|
MetaDataCacheOption
The MetaDataCacheOption indicates the behavior of the metadata cache. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
|
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. |
Classes in javax.rad.model used by javax.rad.model.condition | |
---|---|
IDataRow
An IDataRow is a storage independent representation of one row of
data. |
Classes in javax.rad.model used by javax.rad.model.datatype | |
---|---|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
Classes in javax.rad.model used by javax.rad.model.event | |
---|---|
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
IDataRow s, 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. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
Classes in javax.rad.model used by javax.rad.model.reference | |
---|---|
IDataBook
The IDataBook is a storage independent representation of table and
handles all the operations to load, save and change the data. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
Classes in javax.rad.model used by javax.rad.model.ui | |
---|---|
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
IDataRow s, basically mimicking one set of rows or a result set. |
|
IDataRow
An IDataRow is a storage independent representation of one row of
data. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
Classes in javax.rad.model used by javax.rad.persist | |
---|---|
ColumnDefinition
A ColumnDefinition is a description of the data type and other
attributes of a table column. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
|
SortDefinition
The SortDefinition class specifies the sort order to use. |
Classes in javax.rad.model used by javax.rad.ui.celleditor | |
---|---|
ColumnView
A ColumnView contains all column names that should be shown. |
Classes in javax.rad.model used by javax.rad.ui.control | |
---|---|
ColumnView
A ColumnView contains all column names that should be shown. |
|
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
IDataRow s, basically mimicking one set of rows or a result set. |
|
IDataRow
An IDataRow is a storage independent representation of one row of
data. |
|
ModelException
The ModelException is thrown to indicate an error which happened in
the model or data storage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |