Package org.opencms.ui.components
Class CmsToolBar.ToolbarContext
java.lang.Object
org.opencms.ui.A_CmsDialogContext
org.opencms.ui.components.CmsToolBar.ToolbarContext
- All Implemented Interfaces:
I_CmsDialogContext
- Enclosing class:
CmsToolBar
Toolbar dialog context.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opencms.ui.I_CmsDialogContext
I_CmsDialogContext.ContextType -
Field Summary
Fields inherited from class org.opencms.ui.A_CmsDialogContext
m_windowFields inherited from interface org.opencms.ui.I_CmsDialogContext
ATTR_SITEMAP_CONFIG_RESOURCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTell the system that the resource with the given id should be shown somehow.Gets a list of structure ids of all visible resources, not just the ones selected for the dialog.voidCalled when the user info was changed.Methods inherited from class org.opencms.ui.A_CmsDialogContext
closeWindow, error, finish, finish, getAppId, getCms, getContextType, getResources, getWindow, navigateTo, onViewChange, reload, setWindow, start, startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencms.ui.I_CmsDialogContext
getParameters
-
Constructor Details
-
ToolbarContext
Constructor.- Parameters:
appId- the app id
-
-
Method Details
-
focus
Description copied from interface:I_CmsDialogContextTell the system that the resource with the given id should be shown somehow.- Parameters:
structureId- the structure id of a resource- See Also:
-
getAllStructureIdsInView
Description copied from interface:I_CmsDialogContextGets a list of structure ids of all visible resources, not just the ones selected for the dialog.- Returns:
- the structure ids of all the resources in the current view
- See Also:
-
updateUserInfo
Description copied from interface:I_CmsDialogContextCalled when the user info was changed.- See Also:
-