protected class CmsListManager.DialogContext extends CmsFileTableDialogContext
I_CmsDialogContext.ContextTypem_window| Constructor and Description |
|---|
DialogContext(java.lang.String appId,
I_CmsDialogContext.ContextType contextType,
CmsFileTable fileTable,
java.util.List<CmsResource> resources)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finish(java.util.Collection<CmsUUID> ids)
Signals that the dialog has finished.
|
java.util.List<com.vaadin.v7.data.Item> |
getSelectedItems()
Returns the selected table items.
|
void |
setSelectedItems(java.util.List<com.vaadin.v7.data.Item> items)
Sets the table items.
|
editProperty, finish, focus, getAllStructureIdsInView, isPropertyEditable, setEditableProperties, updateUserInfocloseWindow, error, getAppId, getCms, getContextType, getResources, navigateTo, onViewChange, reload, setWindow, start, startpublic DialogContext(java.lang.String appId, I_CmsDialogContext.ContextType contextType, CmsFileTable fileTable, java.util.List<CmsResource> resources)
appId - the app idcontextType - the context typefileTable - the file table instanceresources - the list of selected resourcespublic void finish(java.util.Collection<CmsUUID> ids)
I_CmsDialogContextfinish in interface I_CmsDialogContextfinish in class CmsFileTableDialogContextids - the list of structure ids of changed resourcesCmsFileTableDialogContext.finish(java.util.Collection)public java.util.List<com.vaadin.v7.data.Item> getSelectedItems()
public void setSelectedItems(java.util.List<com.vaadin.v7.data.Item> items)
items - the table items