Uses of Class
org.opencms.ui.CmsCssIcon
Packages that use 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
Method parameters in org.opencms.ui with type arguments of type CmsCssIconModifier 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
Fields in org.opencms.ui.apps declared as CmsCssIconModifier 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
Fields in org.opencms.ui.apps.cacheadmin declared as CmsCssIconModifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsCacheFolder.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.dbmanager
Fields in org.opencms.ui.apps.dbmanager declared as CmsCssIconModifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsDbManagerFolder.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.filehistory
Fields in org.opencms.ui.apps.filehistory declared as CmsCssIconModifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsFileHistoryFolder.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.git
Fields in org.opencms.ui.apps.git declared as CmsCssIconModifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsGitAppConfiguration.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.linkvalidation
Fields in org.opencms.ui.apps.linkvalidation declared as CmsCssIconModifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsLinkValidationFolder.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.lists
Fields in org.opencms.ui.apps.lists declared as CmsCssIconModifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsListManagerConfiguration.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.projects
Fields in org.opencms.ui.apps.projects declared as CmsCssIconModifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsProjectManagerConfiguration.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.scheduler
Fields in org.opencms.ui.apps.scheduler declared as CmsCssIconModifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsScheduledJobsAppConfig.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.search
Fields in org.opencms.ui.apps.search declared as CmsCssIconModifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsSourceSearchAppConfiguration.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.sessions
Fields in org.opencms.ui.apps.sessions declared as CmsCssIconModifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsBroadCastConfigurtion.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.sitemanager
Fields in org.opencms.ui.apps.sitemanager declared as CmsCssIconModifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsSiteManagerConfiguration.ICON
The app icon resource (size 32x32). -
Uses of CmsCssIcon in org.opencms.ui.apps.user
Fields in org.opencms.ui.apps.user declared as CmsCssIconModifier and TypeFieldDescriptionstatic final CmsCssIcon
CmsAccountsAppConfiguration.ICON
The app icon resource (size 32x32).Methods in org.opencms.ui.apps.user that return CmsCssIconModifier and TypeMethodDescriptionCmsAccountsApp.getGroupIcon
(CmsGroup group) Gets the icon for a group.CmsOuTreeType.getIcon()
Get the icon.I_CmsOuTreeType.getIcon()
Get the icon.Method parameters in org.opencms.ui.apps.user with type arguments of type CmsCssIconModifier 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.