@Override
 public void setInput(String input) {
   if (helper != null) helper.setInput(input);
 }