ToolStrip toolStrip = new ToolStrip();
final HTML label = new HTML(Console.CONSTANTS.commom_label_filter()+": ");
label.getElement().setAttribute("style", "padding-top:8px;");
toolStrip.addToolWidget(label);
toolStrip.addToolWidget(filter);
MultipleToOneLayout layout = new MultipleToOneLayout()
.setTitle("Environment")
.setHeadline("Environment Properties")
.setDescription(Console.MESSAGES.environment_description())