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.IndexedContainerCmsVaadinUtils.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.IndexedContainerCmsVaadinUtils.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 CmsCssIconCmsAppHierarchyConfiguration.ICONThe app icon resource (size 32x32).static final CmsCssIconCmsFileExplorerConfiguration.ICONThe app icon resource (size 32x32).static final CmsCssIconCmsPageEditorConfiguration.ICONThe app icon resource (size 32x32).static final CmsCssIconCmsQuickLaunchEditorConfiguration.ICONThe app icon resource (size 32x32).static final CmsCssIconCmsSitemapEditorConfiguration.ICONThe 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 CmsCssIconCmsCacheFolder.ICONThe 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 CmsCssIconCmsDbManagerFolder.ICONThe 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 CmsCssIconCmsFileHistoryFolder.ICONThe 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 CmsCssIconCmsGitAppConfiguration.ICONThe 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 CmsCssIconCmsLinkValidationFolder.ICONThe 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 CmsCssIconCmsListManagerConfiguration.ICONThe 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 CmsCssIconCmsProjectManagerConfiguration.ICONThe 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 CmsCssIconCmsScheduledJobsAppConfig.ICONThe 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 CmsCssIconCmsSourceSearchAppConfiguration.ICONThe 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 CmsCssIconCmsBroadCastConfigurtion.ICONThe 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 CmsCssIconCmsSiteManagerConfiguration.ICONThe 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 CmsCssIconCmsAccountsAppConfiguration.ICONThe 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.IndexedContainerCmsAccountsApp.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.