form.addAttribute( constants.LiteralValue() + ":",
widgets( lit,
new InfoPopup( constants.Literal(),
constants.LiteralValTip() ) ) );
form.addRow( new HTML( "<hr/>" ) );
form.addRow( new SmallLabel( constants.AdvancedSection() ) );
/*
* no formula possible for a function
*/
// Button formula = new Button(constants.Formula());
// formula.addClickListener(new ClickListener() {