| Package | Description |
|---|---|
| org.opencms.ade.configuration |
Contains the ade configuration classes.
|
| org.opencms.ade.containerpage |
Contains the container page editor service classes.
|
| org.opencms.ui.dialogs |
Contains code for workplace dialogs
|
| org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
| Modifier and Type | Field and Description |
|---|---|
static CmsElementView |
CmsElementView.DEFAULT_ELEMENT_VIEW
The default element view.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<CmsUUID,CmsElementView> |
CmsADEConfigCacheState.getElementViews()
Returns the element views.
|
java.util.Map<CmsUUID,CmsElementView> |
CmsADEManager.getElementViews(CmsObject cms)
Returns the available element views.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CmsElementView.ElementViewComparator.compare(CmsElementView o1,
CmsElementView o2) |
| Modifier and Type | Method and Description |
|---|---|
CmsADEConfigCacheState |
CmsADEConfigCacheState.createUpdatedCopy(java.util.Map<CmsUUID,CmsADEConfigDataInternal> sitemapUpdates,
java.util.List<CmsADEConfigDataInternal> moduleUpdates,
java.util.Map<CmsUUID,CmsElementView> elementViewUpdates)
Creates a new object which represents the changed configuration state given some updates, without
changing the current configuration state (this object instance).
|
| Constructor and Description |
|---|
CmsADEConfigCacheState(CmsObject cms,
java.util.Map<CmsUUID,CmsADEConfigDataInternal> siteConfigurations,
java.util.List<CmsADEConfigDataInternal> moduleConfigs,
java.util.Map<CmsUUID,CmsElementView> elementViews)
Creates a new configuration cache state.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsResourceTypeBean> |
CmsAddDialogTypeHelper.getPrecomputedTypes(CmsElementView view)
Gets the precomputed type list for the given view.
|
java.util.List<CmsResourceTypeBean> |
CmsAddDialogTypeHelper.getResourceTypes(CmsObject cms,
java.lang.String folderRootPath,
java.lang.String checkViewableReferenceUri,
CmsElementView elementView,
I_CmsResourceTypeEnabledCheck checkEnabled)
Creates list of resource type beans for gallery or 'New' dialog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsAddDialogTypeHelper.precomputeTypeLists(CmsObject cms,
java.lang.String folderRootPath,
java.lang.String checkViewableReferenceUri,
java.util.List<CmsElementView> views,
I_CmsResourceTypeEnabledCheck check)
Precomputes type lists for multiple views.
|
| Modifier and Type | Field and Description |
|---|---|
protected CmsElementView |
A_CmsSelectResourceTypeDialog.m_currentView
The current view id.
|
static CmsElementView |
A_CmsSelectResourceTypeDialog.VIEW_ALL
The 'All' pseudo-view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
A_CmsSelectResourceTypeDialog.init(CmsElementView view,
boolean useDefault)
Initializes and displays the type list for the given view.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<CmsUUID,CmsElementView> |
CmsWorkplaceManager.getExplorerTypeViews()
Gets the element views generated from explorer types.
|