рефакторинг создания меню баров для таблиц
This commit is contained in:
@@ -65,4 +65,8 @@ public class SapforProfilesDBTable extends iDBTable<SapforProfile> {
|
||||
res.put(SapforProfileSetting.class, new FKBehaviour(FKDataBehaviour.DELETE, FKCurrentObjectBehaviuor.ACTIVE));
|
||||
return res;
|
||||
}
|
||||
@Override
|
||||
public Class getMenuBarClass() {
|
||||
return SapforProfilesMenuBar.class;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user