v++
массовые операции с бд тестирования
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user