Uses of Class
org.opencms.ui.CmsCssIcon
Package
Description
General code for the Vaadin UI.
Contains code for workplace apps.
Contains classes of the cache admin app.
Contains classes of the cache admin app.
Contains classes of the file history app.
This package contains the app classes for the git check in functionality.
Contains classes of the link validation app.
This package contains the app classes for the list configurations manager.
The project manager app classes.
The scheduled jobs manager app classes.
Contains classes of the source search app.
Contains classes of the site manager app.
Contains classes of the site manager app.
Contains classes of the user manager app.
-
Uses of CmsCssIcon in org.opencms.ui
Modifier and TypeMethodDescriptionstatic com.vaadin.v7.data.util.IndexedContainer
CmsVaadinUtils.getAvailableGroupsContainerWithout
(CmsObject cms, String ouFqn, String propCaption, String propIcon, String propOu, List<CmsGroup> blackList, Function<CmsGroup, CmsCssIcon> iconProvider) Get all groups with blacklist.static com.vaadin.v7.data.util.IndexedContainer
CmsVaadinUtils.getGroupsOfUser
(CmsObject cms, CmsUser user, String caption, String iconProp, String ou, String propStatus, com.google.common.base.Function<CmsGroup, CmsCssIcon> iconProvider) Gets container with alls groups of a certain user. -
Uses of CmsCssIcon in org.opencms.ui.apps
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsAppHierarchyConfiguration.ICON
The app icon resource (size 32x32).static final CmsCssIcon
CmsFileExplorerConfiguration.ICON
The app icon resource (size 32x32).static final CmsCssIcon
CmsPageEditorConfiguration.ICON
The app icon resource (size 32x32).static final CmsCssIcon
CmsQuickLaunchEditorConfiguration.ICON
The app icon resource (size 32x32).static final CmsCssIcon
CmsSitemapEditorConfiguration.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.cacheadmin
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsCacheFolder.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.dbmanager
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsDbManagerFolder.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.filehistory
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsFileHistoryFolder.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.git
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsGitAppConfiguration.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.linkvalidation
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsLinkValidationFolder.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.lists
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsListManagerConfiguration.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.projects
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsProjectManagerConfiguration.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.scheduler
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsScheduledJobsAppConfig.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.search
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsSourceSearchAppConfiguration.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.sessions
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsBroadCastConfigurtion.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.sitemanager
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsSiteManagerConfiguration.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.user
Modifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsAccountsAppConfiguration.ICON
The app icon resource (size 32x32).Modifier and TypeMethodDescriptionCmsAccountsApp.getGroupIcon
(CmsGroup group) Gets the icon for a group.CmsOuTreeType.getIcon()
Get the icon.I_CmsOuTreeType.getIcon()
Get the icon.Modifier and TypeMethodDescriptioncom.vaadin.v7.data.util.IndexedContainer
CmsAccountsApp.getAvailableGroupsContainerWithout
(CmsObject cms, String ouFqn, String propCaption, String propIcon, String propOu, List<CmsGroup> groupsOfUser, Function<CmsGroup, CmsCssIcon> iconProvider) Gets a data container for the groups available to be added to a user, excluding some groups.