@Override
 protected void postInitialize(Object initValue) {
   fundCombo.setData(input.getFunds());
   cashAccountCombo.setData(input.getCashAccounts());
 }