}
el = module.getHeader().el();
}
if (text != null) {
layoutContainer.setLayout(new CenterLayout());
HtmlContainer box = new HtmlContainer(text);
box.addStyleName("x-view-item");
box.setStyleAttribute("background-color", "white");
box.setStyleAttribute("color", textColor);
box.setStyleAttribute("font-weight", "bold");