Uses of Class
org.opencms.ade.configuration.CmsElementView
Packages that use 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
Fields in org.opencms.ade.configuration declared as CmsElementViewModifier and TypeFieldDescriptionstatic final CmsElementView
CmsElementView.DEFAULT_ELEMENT_VIEW
The default element view.Methods in org.opencms.ade.configuration that return types with arguments of type CmsElementViewModifier and TypeMethodDescriptionCmsADEConfigCacheState.getElementViews()
Returns the element views.CmsADEManager.getElementViews
(CmsObject cms) Returns the available element views.Methods in org.opencms.ade.configuration with parameters of type CmsElementViewModifier and TypeMethodDescriptionint
CmsElementView.ElementViewComparator.compare
(CmsElementView o1, CmsElementView o2) -
Uses of CmsElementView in org.opencms.ade.containerpage
Methods in org.opencms.ade.containerpage with parameters of type CmsElementViewModifier 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.Method parameters in org.opencms.ade.containerpage with type arguments of type CmsElementViewModifier 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
Fields in org.opencms.ui.dialogs declared as CmsElementViewModifier and TypeFieldDescriptionprotected CmsElementView
A_CmsSelectResourceTypeDialog.m_currentView
The current view id.static final CmsElementView
A_CmsSelectResourceTypeDialog.VIEW_ALL
The 'All' pseudo-view.Methods in org.opencms.ui.dialogs with parameters of type CmsElementViewModifier 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
Methods in org.opencms.workplace that return types with arguments of type CmsElementViewModifier and TypeMethodDescriptionCmsWorkplaceManager.getExplorerTypeViews()
Gets the element views generated from explorer types.