| Interface | Description |
|---|---|
| I_CmsDataView |
Interface for a data source for use by CmsDataViewWidget.
|
| I_CmsDataViewItem |
Interface describing a data item retrieved by an implementation of I_CmsDataView.
|
| Class | Description |
|---|---|
| CmsDataViewColumn |
This class represents the definition of a column for the table widget used to select data items provided by an I_CmsDataView implementation.
|
| CmsDataViewFilter |
Represents a filter to narrow down the list of displayed results.
|
| CmsDataViewQuery |
Represents a search query which can be submitted to an implementation of I_CmsDataView to retrieve a set of results.
|
| CmsDataViewResult |
Represents the result of a search query returned by an implementation of I_CmsDataView.
|
| Enum | Description |
|---|---|
| CmsDataViewColumn.Type |
The column type.
|