protected class CmsToolBar.ToolbarContext extends A_CmsDialogContext
I_CmsDialogContext.ContextType
m_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, start
protected ToolbarContext(java.lang.String appId)
appId
- the app idpublic void focus(CmsUUID structureId)
I_CmsDialogContext
structureId
- the structure id of a resourceI_CmsDialogContext.focus(org.opencms.util.CmsUUID)
public java.util.List<CmsUUID> getAllStructureIdsInView()
I_CmsDialogContext
I_CmsDialogContext.getAllStructureIdsInView()
public void updateUserInfo()
I_CmsDialogContext
I_CmsDialogContext.updateUserInfo()