// get the link to the image
final StyledTooltipImage image = new StyledTooltipImage(object
.getLinks().get(i).getHref(), "attachment",
uiText.ShowPreview());
image.addStyleName("link");
// if the activity has a title
if (activity.hasTitle() && activity.getTitle().length() > 0) {
// and the link has a title as well