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