Package org.opencms.ade.galleries.client
Class CmsGalleryFactory
java.lang.Object
org.opencms.ade.galleries.client.CmsGalleryFactory
Factory class to create gallery dialog with or without parameter.
- Since:
- 8.0.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CmsGalleryDialogcreateDialog(I_CmsGalleryHandler galleryHandler, org.opencms.ade.galleries.shared.CmsGalleryDataBean data) Creates a new gallery dialog.static CmsGalleryDialogcreateDialog(CmsPopup popup) Returns a gallery dialog object.static CmsGalleryPopupcreateGalleryPopup(I_CmsGalleryWidgetHandler handler, org.opencms.ade.galleries.shared.I_CmsGalleryConfiguration conf) Creates a gallery widget pop-up.
-
Method Details
-
createDialog
Returns a gallery dialog object.- Parameters:
popup- the parent popup widget- Returns:
- gallery dialog
-