Package org.opencms.ade.galleries.client
Interface I_CmsGalleryWidgetHandler
public interface I_CmsGalleryWidgetHandler
A handler to set the selected resource within an editing widget.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setWidgetValue
(String resourcePath, org.opencms.util.CmsUUID structureId, CmsCroppingParamBean croppingParameter) Sets the widget value.
-
Method Details
-
setWidgetValue
void setWidgetValue(String resourcePath, org.opencms.util.CmsUUID structureId, CmsCroppingParamBean croppingParameter) Sets the widget value.- Parameters:
resourcePath
- the resource pathstructureId
- the structure idcroppingParameter
- the cropping parameter in case of an image resource
-