Ejemplo n.º 1
0
 /** @see com.servoy.j2db.dataprocessing.IDisplayRelatedData#destroy() */
 @Override
 public void destroy() {
   if (dlm != null && changeListener != null) {
     dlm.getValueList().removeListDataListener(changeListener);
   }
   super.destroy();
   parentState = null;
   relatedRecord = null;
   detachModel();
 }