| Package | Description |
|---|---|
| org.opencms.ui.apps.scheduler |
The scheduled jobs manager app classes
|
| org.opencms.ui.apps.sessions |
Contains classes of the site manager app.
|
| org.opencms.ui.apps.user |
Contains classes of the user manager app.
|
| org.opencms.ui.components |
Contains some reusable GUI components for Vaadin UI
|
| org.opencms.ui.dialogs |
Contains code for workplace dialogs
|
| Modifier and Type | Method and Description |
|---|---|
static CmsResourceInfo |
CmsJobTable.getJobInfo(java.lang.String name,
java.lang.String className)
Returns the resource info box to the given job.
|
| Modifier and Type | Method and Description |
|---|---|
protected static java.util.List<CmsResourceInfo> |
CmsSessionsApp.getUserInfos(java.util.Set<java.lang.String> ids)
Get resource info boxes for given users.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsResourceInfo |
CmsAccountsApp.getOUInfo(CmsOrganizationalUnit ou)
Creates info panel for OUs.
|
static CmsResourceInfo |
CmsAccountsApp.getPrincipalInfo(I_CmsPrincipal principal)
Creates info panel for principals.
|
| Modifier and Type | Method and Description |
|---|---|
static 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 Type | Method and Description |
|---|---|
protected com.vaadin.ui.Panel |
CmsBasicDialog.createResourceListPanelDirectly(java.lang.String caption,
java.util.List<CmsResourceInfo> resourceInfo)
Creates a resource list panel.
|
void |
CmsBasicDialog.displayResourceInfoDirectly(java.util.List<CmsResourceInfo> resourceInfos)
Displays the resource info panel.
|
| Modifier and Type | Method and Description |
|---|---|
CmsResourceInfo |
A_CmsSelectResourceTypeDialog.getTypeInfoLayout() |