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 CmsDirectEditButtonSelectionCmsDirectEditButtonSelection.EDITConstant to indicate "show only the edit button".static final CmsDirectEditButtonSelectionCmsDirectEditButtonSelection.EDIT_DELETEConstant to indicate "show the edit and the delete button".static final CmsDirectEditButtonSelectionCmsDirectEditButtonSelection.EDIT_DELETE_NEWConstant to indicate "show the edit, the delete and the new button".static final CmsDirectEditButtonSelectionCmsDirectEditButtonSelection.EDIT_NEWConstant to indicate "show the edit and the delete button".protected CmsDirectEditButtonSelectionCmsDirectEditParams.m_optionsThe direct edit options to display buttons for.static final CmsDirectEditButtonSelectionCmsDirectEditButtonSelection.NEWConstant 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.