Class CmsBinaryPreviewHandler
java.lang.Object
org.opencms.ade.galleries.client.preview.A_CmsPreviewHandler<org.opencms.ade.galleries.shared.CmsResourceInfoBean>
org.opencms.ade.galleries.client.preview.CmsBinaryPreviewHandler
- All Implemented Interfaces:
I_CmsPreviewHandler<org.opencms.ade.galleries.shared.CmsResourceInfoBean>
,I_CmsPropertiesHandler
public class CmsBinaryPreviewHandler
extends A_CmsPreviewHandler<org.opencms.ade.galleries.shared.CmsResourceInfoBean>
Binary preview dialog controller handler.
Delegates the actions of the preview controller to the preview dialog.
- Since:
- 8.0.0
-
Field Summary
Fields inherited from class org.opencms.ade.galleries.client.preview.A_CmsPreviewHandler
m_resourceInfo, m_resourcePreview
-
Constructor Summary
ConstructorDescriptionCmsBinaryPreviewHandler
(CmsBinaryResourcePreview resourcePreview) Constructor. -
Method Summary
Methods inherited from class org.opencms.ade.galleries.client.preview.A_CmsPreviewHandler
closePreview, getAdditionalWidgetForPropertyTab, getGalleryDialog, saveProperties, selectResource, setDataInEditor, showData
-
Constructor Details
-
CmsBinaryPreviewHandler
Constructor.- Parameters:
resourcePreview
- the resource preview instance
-