DecoratedBoundedImagePanel imagePanel = new DecoratedBoundedImagePanel(
contentItem.getPreviewUrl(), Constants.MAX_IMAGE_PREVIEW_WIDTH, Integer.MAX_VALUE,
Constants.ZOOM_ICON, Constants.ZOOM_WIDTH, Constants.ZOOM_HEIGHT,
IconPlacement.LOWER_RIGHT);
imagePanel.addStyleName(Resources.INSTANCE.css().clickable());
previewImage.add(imagePanel);
}
public SlideshowPreview hideHeader() {
header.setVisible(false);