예제 #1
0
 @Override
 protected void postInitialize(Object initValue) {
   fundCombo.setData(input.getFunds());
   cashAccountCombo.setData(input.getCashAccounts());
 }