Uses of Class
io.goobi.viewer.model.cms.pages.content.CMSComponent
Packages that use CMSComponent
Package
Description
-
Uses of CMSComponent in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans with parameters of type CMSComponentModifier and TypeMethodDescriptionboolean
CmsPageEditBean.deleteComponent
(CMSComponent component) deleteComponent. -
Uses of CMSComponent in io.goobi.viewer.model.cms.legacy
Methods in io.goobi.viewer.model.cms.legacy that return CMSComponentMethods in io.goobi.viewer.model.cms.legacy with parameters of type CMSComponentModifier and TypeMethodDescriptionCMSContentItemTemplate.createCMSContentItem
(CMSComponent component) -
Uses of CMSComponent in io.goobi.viewer.model.cms.pages
Methods in io.goobi.viewer.model.cms.pages that return CMSComponentModifier and TypeMethodDescriptionCMSPage.getAsCMSComponent
(PersistentCMSComponent p) CMSPageTemplate.getAsCMSComponent
(PersistentCMSComponent p) CMSTemplateManager.getLegacyComponent
(String templateId) getTemplate.Methods in io.goobi.viewer.model.cms.pages that return types with arguments of type CMSComponentModifier and TypeMethodDescriptionCMSTemplateManager.getComponent
(String templateFilename) CMSPage.getComponents()
CMSPageTemplate.getComponents()
CMSTemplateManager.getLegacyComponentMap()
CMSTemplateManager.getLegacyComponents()
Getter for the fieldtemplates
.CMSPage.getPageViewComponents()
CMSPage.getPreviewComponents()
CMSPage.getTopbarComponents()
Methods in io.goobi.viewer.model.cms.pages with parameters of type CMSComponentModifier and TypeMethodDescriptionCMSPageTemplate.addComponent
(CMSComponent template) void
CMSPage.decrementOrder
(CMSComponent component) void
CMSPageTemplate.decrementOrder
(CMSComponent component) void
CMSPage.incrementOrder
(CMSComponent component) void
CMSPageTemplate.incrementOrder
(CMSComponent component) boolean
CMSPage.isFirstComponent
(CMSComponent component) boolean
CMSPageTemplate.isFirstComponent
(CMSComponent component) boolean
CMSPage.isLastComponent
(CMSComponent component) boolean
CMSPageTemplate.isLastComponent
(CMSComponent component) boolean
CMSPage.removeComponent
(CMSComponent component) boolean
CMSPageTemplate.removeComponent
(CMSComponent component) void
CMSPage.setComponentOrder
(CMSComponent component, int order) Set the order attribute of thePersistentCMSComponent
belonging to the givenCMSComponent
to the given order value.void
CMSPageTemplate.setComponentOrder
(CMSComponent component, int order) Set the order attribute of thePersistentCMSComponent
belonging to the givenCMSComponent
to the given order value. -
Uses of CMSComponent in io.goobi.viewer.model.cms.pages.content
Methods in io.goobi.viewer.model.cms.pages.content that return CMSComponentMethods in io.goobi.viewer.model.cms.pages.content that return types with arguments of type CMSComponentModifier and TypeMethodDescriptionCMSPageContentManager.getComponent
(String filename) CMSComponentGroup.getComponents()
CMSPageContentManager.getComponents()
Methods in io.goobi.viewer.model.cms.pages.content with parameters of type CMSComponentModifier and TypeMethodDescriptionvoid
CMSComponentGroup.addComponent
(CMSComponent component) int
CMSComponent.compareTo
(CMSComponent o) abstract String
CMSContent.handlePageLoad
(boolean resetResults, CMSComponent component) Method to call when loading a CMSPage including this content itemConstructors in io.goobi.viewer.model.cms.pages.content with parameters of type CMSComponentModifierConstructorDescriptionCMSComponent
(CMSComponent template, List<CMSContentItem> items) CMSComponent
(CMSComponent template, Optional<PersistentCMSComponent> jpa) CMSContentItem
(String itemId, CMSContent content, String label, String description, String htmlGroup, JsfComponent jsfComponent, CMSComponent owningComponent, boolean required) PersistentCMSComponent
(CMSComponent component) PersistentCMSComponent
(CMSComponent template, Collection<CMSContent> contentData) -
Uses of CMSComponent in io.goobi.viewer.model.cms.pages.content.types
Methods in io.goobi.viewer.model.cms.pages.content.types with parameters of type CMSComponentModifier and TypeMethodDescriptionCMSRecordListContent.createSearch
(List<SearchResultGroup> resultGroups, CMSComponent component) CMSArchiveContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSBrowseContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSCollectionContent.handlePageLoad
(boolean resetResults, CMSComponent component) callCollectionView#reset(true)
on the CollectionView stored in the cmsBean for this item, if anyCMSGeomapContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSGlossaryContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSImageListContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSMediaContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSMediumTextContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSMetadataContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSPageListContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSRecordListContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSRSSContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSSearchContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSSearchFacetsContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSShortTextContent.handlePageLoad
(boolean resetResults, CMSComponent component) CMSSliderContent.handlePageLoad
(boolean resetResults, CMSComponent component)