Ejemplo n.º 1
0
 @Override
 public void setValueList(IValueList vl) {
   super.setValueList(vl);
   if (list instanceof CustomValueList) {
     createCustomListModel((CustomValueList) list);
   }
   converter = null; // clear old converter, so a new one is created  for the new list
 }