form.addAttribute( constants.ExpressionEditor() + ":",
widgets( expression,
new InfoPopup( constants.ExpressionEditor(),
constants.ExpressionEditor() ) ) );
form.show();
}
private void doTypeChosen(final FormStylePopup form) {
executeOnValueChangeCommand();
refreshEditor();