protected void showTypeChoice(Widget w) {
final FormStylePopup form = new FormStylePopup( images.newexWiz(),
constants.FieldValue() );
Button lit = new Button( constants.LiteralValue() );
lit.addClickHandler( new ClickHandler() {
public void onClick(ClickEvent event) {
methodParameter.nature = FieldNature.TYPE_LITERAL;
methodParameter.value = " ";
makeDirty();