Uses of Class
org.opencms.workplace.editors.directedit.CmsDirectEditButtonSelection
Packages that use CmsDirectEditButtonSelection
Package
Description
Used to control the generation of the HTML for the "direct edit" buttons.
-
Uses of CmsDirectEditButtonSelection in org.opencms.workplace.editors.directedit
Fields in org.opencms.workplace.editors.directedit declared as CmsDirectEditButtonSelectionModifier and TypeFieldDescriptionstatic final CmsDirectEditButtonSelection
CmsDirectEditButtonSelection.EDIT
Constant to indicate "show only the edit button".static final CmsDirectEditButtonSelection
CmsDirectEditButtonSelection.EDIT_DELETE
Constant to indicate "show the edit and the delete button".static final CmsDirectEditButtonSelection
CmsDirectEditButtonSelection.EDIT_DELETE_NEW
Constant to indicate "show the edit, the delete and the new button".static final CmsDirectEditButtonSelection
CmsDirectEditButtonSelection.EDIT_NEW
Constant to indicate "show the edit and the delete button".protected CmsDirectEditButtonSelection
CmsDirectEditParams.m_options
The direct edit options to display buttons for.static final CmsDirectEditButtonSelection
CmsDirectEditButtonSelection.NEW
Constant to indicate "show only the new button" used on empty lists.Methods in org.opencms.workplace.editors.directedit that return CmsDirectEditButtonSelectionModifier and TypeMethodDescriptionCmsDirectEditParams.getButtonSelection()
Returns the direct edit buttons selection to display.Constructors in org.opencms.workplace.editors.directedit with parameters of type CmsDirectEditButtonSelectionModifierConstructorDescriptionCmsDirectEditParams
(String resourceName, CmsDirectEditButtonSelection options, CmsDirectEditMode mode, String linkForNew) Creates a new direct edit parameter set usually used within a XML content load loop for axmlcontent
.