Uses of Class
org.opencms.ade.configuration.CmsElementView
Package
Description
Contains the ade configuration classes.
Contains the container page editor service classes.
Contains code for workplace dialogs.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
-
Uses of CmsElementView in org.opencms.ade.configuration
Modifier and TypeFieldDescriptionstatic final CmsElementView
CmsElementView.DEFAULT_ELEMENT_VIEW
The default element view.Modifier and TypeMethodDescriptionCmsADEConfigCacheState.getElementViews()
Returns the element views.CmsADEManager.getElementViews
(CmsObject cms) Returns the available element views.Modifier and TypeMethodDescriptionint
CmsElementView.ElementViewComparator.compare
(CmsElementView o1, CmsElementView o2) -
Uses of CmsElementView in org.opencms.ade.containerpage
Modifier and TypeMethodDescriptionCmsAddDialogTypeHelper.getPrecomputedTypes
(CmsElementView view) Gets the precomputed type list for the given view.CmsAddDialogTypeHelper.getResourceTypes
(CmsObject cms, String folderRootPath, String createContextPath, String checkViewableReferenceUri, CmsElementView elementView, I_CmsResourceTypeEnabledCheck checkEnabled) Creates list of resource type beans for gallery or 'New' dialog.Modifier and TypeMethodDescriptionvoid
CmsAddDialogTypeHelper.precomputeTypeLists
(CmsObject cms, String folderRootPath, String checkViewableReferenceUri, List<CmsElementView> views, I_CmsResourceTypeEnabledCheck check) Precomputes type lists for multiple views. -
Uses of CmsElementView in org.opencms.ui.dialogs
Modifier and TypeFieldDescriptionprotected CmsElementView
A_CmsSelectResourceTypeDialog.m_currentView
The current view id.static final CmsElementView
A_CmsSelectResourceTypeDialog.VIEW_ALL
The 'All' pseudo-view.Modifier and TypeMethodDescriptionvoid
A_CmsSelectResourceTypeDialog.init
(CmsElementView view, boolean useDefault, String filter) Initializes and displays the type list for the given view. -
Uses of CmsElementView in org.opencms.workplace
Modifier and TypeMethodDescriptionCmsWorkplaceManager.getExplorerTypeViews()
Gets the element views generated from explorer types.