no message
This commit is contained in:
@@ -15,19 +15,19 @@ public class SapforProfilesForm extends DataSetControlForm<SapforProfile> {
|
||||
super(dataSource_in, mountPanel_in);
|
||||
}
|
||||
@Override
|
||||
public Current CurrentName() {
|
||||
protected Current CurrentName() {
|
||||
return Current.SapforProfile;
|
||||
}
|
||||
@Override
|
||||
public String getPluralDescription() {
|
||||
protected String getPluralDescription() {
|
||||
return "профили SAPFOR";
|
||||
}
|
||||
@Override
|
||||
public String getSingleDescription() {
|
||||
protected String getSingleDescription() {
|
||||
return "профиль SAPFOR";
|
||||
}
|
||||
@Override
|
||||
public boolean hasCheckBox() {
|
||||
protected boolean hasCheckBox() {
|
||||
return true;
|
||||
}
|
||||
@Override
|
||||
@@ -57,7 +57,7 @@ public class SapforProfilesForm extends DataSetControlForm<SapforProfile> {
|
||||
PassCode.DeleteProfile);
|
||||
}
|
||||
@Override
|
||||
public DBObjectDialog<SapforProfile, ? extends DialogFields> getDialog() {
|
||||
protected DBObjectDialog<SapforProfile, ? extends DialogFields> getDialog() {
|
||||
return new SapforProfileDialog();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user