| Package | Description |
|---|---|
| org.opencms.ui.dataview | |
| org.opencms.ui.dialogs.embedded | |
| org.opencms.widgets.dataview |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<I_CmsDataViewItem> |
CmsDataViewPanel.getSelection()
Gets the list of selected data items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsDataViewPanel.fillItem(I_CmsDataViewItem item,
com.vaadin.v7.data.Item target)
Fills the given item.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CmsDataViewParams.prepareCallbackScript(java.util.List<I_CmsDataViewItem> result)
Creates the script which calls the callback with the result.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsDataViewItem |
I_CmsDataView.getItemById(java.lang.String id)
Retrieves the data item with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<I_CmsDataViewItem> |
CmsDataViewResult.getItems()
Gets the list of result items.
|
| Constructor and Description |
|---|
CmsDataViewResult(java.util.List<I_CmsDataViewItem> items,
int hitCount)
Creates a new result.
|