protected class CmsToolBar.ToolbarContext extends A_CmsDialogContext
I_CmsDialogContext.ContextTypem_window| Modifier | Constructor and Description |
|---|---|
protected |
ToolbarContext(java.lang.String appId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
focus(CmsUUID structureId)
Tell the system that the resource with the given id should be shown somehow.
|
java.util.List<CmsUUID> |
getAllStructureIdsInView()
Gets a list of structure ids of all visible resources, not just the ones selected for the dialog.
|
void |
updateUserInfo()
Called when the user info was changed.
|
closeWindow, error, finish, finish, getAppId, getCms, getContextType, getResources, navigateTo, onViewChange, reload, setWindow, start, startprotected ToolbarContext(java.lang.String appId)
appId - the app idpublic void focus(CmsUUID structureId)
I_CmsDialogContextstructureId - the structure id of a resourceI_CmsDialogContext.focus(org.opencms.util.CmsUUID)public java.util.List<CmsUUID> getAllStructureIdsInView()
I_CmsDialogContextI_CmsDialogContext.getAllStructureIdsInView()public void updateUserInfo()
I_CmsDialogContextI_CmsDialogContext.updateUserInfo()