Uses of Class
org.opencms.ade.containerpage.shared.CmsDialogOptions
Packages that use CmsDialogOptions
Package
Description
Contains the shared container page editor classes.
This package contains the app classes for the list configurations manager.
Used to control the generation of the HTML for the "direct edit" buttons.
-
Uses of CmsDialogOptions in org.opencms.ui.apps.lists
Constructors in org.opencms.ui.apps.lists with parameters of type CmsDialogOptionsModifierConstructorDescriptionCmsOptionDialog
(CmsResource resource, CmsDialogOptions options, CmsOptionDialog.I_OptionHandler handler, Runnable onClose, com.vaadin.ui.Window window) Constructor. -
Uses of CmsDialogOptions in org.opencms.workplace.editors.directedit
Methods in org.opencms.workplace.editors.directedit that return CmsDialogOptionsModifier and TypeMethodDescriptionCmsDateSeriesEditHandler.getDeleteOptions
(CmsObject cms, CmsContainerElementBean elementBean, CmsUUID pageContextId, Map<String, String[]> requestParams) I_CmsEditHandler.getDeleteOptions
(CmsObject cms, CmsContainerElementBean elementBean, CmsUUID pageContextId, Map<String, String[]> requestParams) Returns a map of delete options.CmsDateSeriesEditHandler.getEditOptions
(CmsObject cms, CmsContainerElementBean elementBean, CmsUUID pageContextId, Map<String, String[]> requestParams, boolean isListElement) I_CmsEditHandler.getEditOptions
(CmsObject cms, CmsContainerElementBean elementBean, CmsUUID pageContextId, Map<String, String[]> requestParams, boolean isListElement) Returns a map of edit options.CmsDateSeriesEditHandler.getNewOptions
(CmsObject cms, CmsContainerElementBean elementBean, CmsUUID pageContextId, Map<String, String[]> requestParam) I_CmsEditHandler.getNewOptions
(CmsObject cms, CmsContainerElementBean elementBean, CmsUUID pageContextId, Map<String, String[]> requestParam) Gets the options for the 'New' (plus) operation in the page editor.