initWidget(uiBinder.createAndBindUi(this));
// Set the caption if there is one
String captionText = contentItem.getCaption();
if (!GlobalUtil.isContentEmpty(captionText)) {
caption.appendChild(new ContentRenderer(captionText, false).getElement());
}
content.add(getContent(contentItem));
// Add a byline if available