@UiHandler("btnErrorTxtArea") void onErrorTxtArea(ClickEvent e) { txtArea.setError("This is an error message for text area."); }
@Override public void setError(String error) { // TODO Auto-generated method stub textArea.setError(error); }