вывод диалоговых форм для объектов в отдельный класс
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user