textBox.getFocusSupport().setNextId(fbar.getId());
fbar.getFocusSupport().setPreviousId(textBox.getId());
fbar.getFocusSupport().setNextId(textBox.getId());
icon = null;
} else if (type == MessageBoxType.MULTIPROMPT) {
textArea = new TextArea();
textArea.getAriaSupport().setLabelledBy(getId() + "-content");
textArea.setHeight(defaultTextHeight);
dialog.setFocusWidget(textArea);
textArea.render(contentEl, 2);
textArea.getFocusSupport().setNextId(fbar.getId());