no message
This commit is contained in:
@@ -14,6 +14,13 @@ import javax.swing.*;
|
||||
public class EnvironmentsValuesForm extends DataSetControlForm<EnvironmentValue> {
|
||||
public EnvironmentsValuesForm(DataSet<?, EnvironmentValue> dataSource_in, JPanel mountPanel_in) {
|
||||
super(dataSource_in, mountPanel_in);
|
||||
}
|
||||
@Override
|
||||
protected boolean hasCheckBox() {
|
||||
return false;
|
||||
}
|
||||
@Override
|
||||
protected void createColumns() {
|
||||
AddColumns(
|
||||
new ColumnInfo<EnvironmentValue>("имя") {
|
||||
@Override
|
||||
@@ -30,10 +37,6 @@ public class EnvironmentsValuesForm extends DataSetControlForm<EnvironmentValue>
|
||||
);
|
||||
}
|
||||
@Override
|
||||
protected boolean hasCheckBox() {
|
||||
return false;
|
||||
}
|
||||
@Override
|
||||
public DataMenuBar createMenuBar() {
|
||||
return new DataMenuBar(dataSource.getPluralDescription(),
|
||||
PassCode.AddEnvironmentValue,
|
||||
|
||||
Reference in New Issue
Block a user