изменение умолчаний для контролов таблиц
This commit is contained in:
@@ -385,7 +385,7 @@ public class DataSetControlForm<D extends DBObject> extends ControlForm<DataTabl
|
||||
}
|
||||
//-
|
||||
protected boolean hasCheckBox() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
protected boolean hasMenuBar() {
|
||||
return true;
|
||||
@@ -469,7 +469,7 @@ public class DataSetControlForm<D extends DBObject> extends ControlForm<DataTabl
|
||||
return true;
|
||||
}
|
||||
protected boolean needsCurrent() {
|
||||
return false;
|
||||
return true;
|
||||
} //нужно ли отслеживать текущий объект.
|
||||
protected String getCurrentName() {
|
||||
return dataSource.d.getSimpleName();
|
||||
|
||||
Reference in New Issue
Block a user