no message
This commit is contained in:
@@ -13,6 +13,9 @@ import javax.swing.*;
|
||||
public class SapforSettingsCommandsForm extends DataSetControlForm<SapforSettingsCommand> {
|
||||
public SapforSettingsCommandsForm(DataSet<?, SapforSettingsCommand> dataSource_in, JPanel mountPanel_in) {
|
||||
super(dataSource_in, mountPanel_in);
|
||||
}
|
||||
@Override
|
||||
protected void createColumns() {
|
||||
AddColumns(
|
||||
new ColumnInfo<SapforSettingsCommand>("Проход") {
|
||||
@Override
|
||||
@@ -21,7 +24,10 @@ public class SapforSettingsCommandsForm extends DataSetControlForm<SapforSetting
|
||||
}
|
||||
}
|
||||
);
|
||||
getColumnInfo(0).setVisible(false);
|
||||
}
|
||||
@Override
|
||||
protected boolean isPKVisible() {
|
||||
return false;
|
||||
}
|
||||
@Override
|
||||
public DataMenuBar createMenuBar() {
|
||||
|
||||
Reference in New Issue
Block a user