вывод диалоговых форм для объектов в отдельный класс

This commit is contained in:
2024-10-22 16:44:13 +03:00
parent 38b2896e4a
commit a60fd375d0
66 changed files with 840 additions and 792 deletions

View File

@@ -26,6 +26,6 @@ public abstract class ServerObjectPass<S extends RepositoryServer, D extends DBO
}
//-
public boolean fillObjectFields() throws Exception {
return getDb().getTable(d).ShowAddObjectDialog(target);
return getDb().getTable(d).getUI().ShowAddObjectDialog(target);
}
}