예제 #1
0
 @Override
 protected void onDestroy() {
   listeners.clear();
   if (selectWindow != null) {
     selectWindow.destroy();
   }
   super.onDestroy();
 }
예제 #2
0
 public void setClsValues(Collection<EntityData> newValues) {
   this.values = newValues;
   super.setValue(values == null ? "" : UIUtil.prettyPrintList(values));
   notifySelectionListeners(new SelectionEvent(this));
 }