Оба ярлыка ENTER и TextArea в Vaadin

TextField f = new TextField();
Button b = new Button("Save");
b.setClickShortcut(KeyCode.ENTER); // For quick saving from text field itself

TextArea longText = new TextArea(); // "Enter" is garbled here

Горячий сделать ярлык для работы только в текстовом поле от?

Ответы на вопрос(2)

Ваш ответ на вопрос