Uses of Enum Class
io.goobi.viewer.model.cms.pages.CMSPageEditState
Packages that use CMSPageEditState
-
Uses of CMSPageEditState in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CMSPageEditStateModifier and TypeMethodDescriptionCmsPageEditBean.getPageEditState()Getter for the fieldpageEditState.CMSPageTemplateEditBean.getPageEditState()Methods in io.goobi.viewer.managedbeans with parameters of type CMSPageEditStateModifier and TypeMethodDescriptionvoidCmsPageEditBean.setPageEditState(CMSPageEditState pageEditState) Setter for the fieldpageEditState.voidCMSPageTemplateEditBean.setPageEditState(CMSPageEditState pageEditState) -
Uses of CMSPageEditState in io.goobi.viewer.model.cms.pages
Methods in io.goobi.viewer.model.cms.pages that return CMSPageEditStateModifier and TypeMethodDescriptionstatic CMSPageEditStateReturns the enum constant of this class with the specified name.static CMSPageEditState[]CMSPageEditState.values()Returns an array containing the constants of this enum class, in the order they are declared.