public class CmsExplorerDialogContext extends CmsFileTableDialogContext
I_CmsDialogContext.ContextTypem_window| Constructor and Description |
|---|
CmsExplorerDialogContext(I_CmsDialogContext.ContextType contextType,
CmsFileTable fileTable,
CmsFileExplorer explorer,
java.util.List<CmsResource> resources)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finish(CmsProject project,
java.lang.String siteRoot)
Signals that the dialog has finished.
|
void |
finish(java.util.Collection<CmsUUID> ids)
Signals that the dialog has finished.
|
void |
focus(CmsUUID cmsUUID)
Tell the system that the resource with the given id should be shown somehow.
|
void |
updateUserInfo()
Called when the user info was changed.
|
editProperty, getAllStructureIdsInView, isPropertyEditable, setEditablePropertiescloseWindow, error, getAppId, getCms, getContextType, getResources, navigateTo, onViewChange, reload, setWindow, start, startpublic CmsExplorerDialogContext(I_CmsDialogContext.ContextType contextType, CmsFileTable fileTable, CmsFileExplorer explorer, java.util.List<CmsResource> resources)
contextType - the context typefileTable - the file tableexplorer - the explorer app instanceresources - the list of selected resourcespublic void finish(CmsProject project, java.lang.String siteRoot)
I_CmsDialogContextCall when current project and or site have been changed.
finish in interface I_CmsDialogContextfinish in class CmsFileTableDialogContextproject - changed projectsiteRoot - changed site rootA_CmsDialogContext.finish(org.opencms.file.CmsProject, java.lang.String)public void finish(java.util.Collection<CmsUUID> ids)
I_CmsDialogContextfinish in interface I_CmsDialogContextfinish in class CmsFileTableDialogContextids - the list of structure ids of changed resourcesI_CmsDialogContext.finish(java.util.Collection)public void focus(CmsUUID cmsUUID)
I_CmsDialogContextfocus in interface I_CmsDialogContextfocus in class CmsFileTableDialogContextcmsUUID - the structure id of a resourceI_CmsDialogContext.focus(org.opencms.util.CmsUUID)public void updateUserInfo()
I_CmsDialogContextupdateUserInfo in interface I_CmsDialogContextupdateUserInfo in class CmsFileTableDialogContextCmsFileTableDialogContext.updateUserInfo()