Uses of Class
org.opencms.ui.components.CmsResourceInfo
Packages that use CmsResourceInfo
Package
Description
The scheduled jobs manager app classes.
Contains classes of the site manager app.
Contains classes of the user manager app.
Contains some reusable GUI components for Vaadin UI.
Contains code for workplace dialogs.
-
Uses of CmsResourceInfo in org.opencms.ui.apps.scheduler
Methods in org.opencms.ui.apps.scheduler that return CmsResourceInfoModifier and TypeMethodDescriptionstatic CmsResourceInfo
CmsJobTable.getJobInfo
(String name, String className) Returns the resource info box to the given job. -
Uses of CmsResourceInfo in org.opencms.ui.apps.sessions
Methods in org.opencms.ui.apps.sessions that return types with arguments of type CmsResourceInfoModifier and TypeMethodDescriptionprotected static List<CmsResourceInfo>
CmsSessionsApp.getUserInfos
(Set<String> ids) Get resource info boxes for given users. -
Uses of CmsResourceInfo in org.opencms.ui.apps.user
Methods in org.opencms.ui.apps.user that return CmsResourceInfoModifier and TypeMethodDescriptionstatic CmsResourceInfo
CmsAccountsApp.getOUInfo
(CmsOrganizationalUnit ou) Creates info panel for OUs.static CmsResourceInfo
CmsAccountsApp.getPrincipalInfo
(I_CmsPrincipal principal) Creates info panel for principals. -
Uses of CmsResourceInfo in org.opencms.ui.components
Methods in org.opencms.ui.components that return CmsResourceInfoModifier and TypeMethodDescriptionstatic CmsResourceInfo
CmsResourceInfo.createSitemapResourceInfo
(CmsResource resource, CmsSite baseSite) Creates a resource info widget for a resource that looks like the sitemap entry for that resource.Method parameters in org.opencms.ui.components with type arguments of type CmsResourceInfoModifier and TypeMethodDescriptioncom.vaadin.ui.Panel
CmsBasicDialog.createResourceListPanelDirectly
(String caption, List<CmsResourceInfo> resourceInfo) Creates a resource list panel.void
CmsBasicDialog.displayResourceInfoDirectly
(List<CmsResourceInfo> resourceInfos) Displays the resource info panel. -
Uses of CmsResourceInfo in org.opencms.ui.dialogs
Methods in org.opencms.ui.dialogs that return CmsResourceInfoModifier and TypeMethodDescriptionA_CmsSelectResourceTypeDialog.getTypeInfoLayout()
Gets the type info widget for the selected type.