массовые операции с бд тестирования
This commit is contained in:
2023-12-06 03:04:26 +03:00
parent 3e5859284f
commit e1da90d705
7 changed files with 58 additions and 29 deletions

View File

@@ -21,6 +21,10 @@ public class SapforConfigurationCommandsDBTable extends iDBTable<SapforConfigura
@Override
protected DataSetControlForm createUI() {
return new DataSetControlForm(this){
@Override
public boolean hasCheckBox() {
return true;
}
@Override
protected void AdditionalInitColumns() {
//columns.get(0).setVisible(false);
@@ -36,7 +40,7 @@ public class SapforConfigurationCommandsDBTable extends iDBTable<SapforConfigura
@Override
public Object getFieldAt(SapforConfigurationCommand object, int columnIndex) {
switch (columnIndex) {
case 1:
case 2:
return object.passCode.getDescription();
default:
return null;