Package io.goobi.viewer.managedbeans
Class CustomWidgetEditBean
java.lang.Object
io.goobi.viewer.managedbeans.CustomWidgetEditBean
- All Implemented Interfaces:
Serializable
JSF view-scoped backing bean for the custom sidebar widget editor. Manages creation and editing
of
CustomSidebarWidget instances of various types,
and handles the assignment of widgets to published CMS pages.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateWidget(CustomWidgetType type) voidrefresh()voidsave()voidsetCmsPageMap(Map<CMSPage, Boolean> cmsPageMap) voidsetPreviewGroup(HtmlPanelGroup previewGroup) voidsetWidget(CustomSidebarWidget widget) voidsetWidgetId(Long id)
-
Constructor Details
-
CustomWidgetEditBean
-
-
Method Details
-
getWidget
-
setWidget
-
getWidgetId
-
setWidgetId
- Throws:
DAOException
-
getWidgetType
-
getWidgetTypes
-
getReturnUrl
-
save
public void save() -
createWidget
-
getPreviewGroup
-
setPreviewGroup
-
getCmsPageMap
-
setCmsPageMap
-
refresh
public void refresh()
-