Uses of Class
org.opencms.ui.components.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
Modifier 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
Modifier 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
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionA_CmsSelectResourceTypeDialog.getTypeInfoLayout()
Gets the type info widget for the selected type.