изменение умолчаний для контролов таблиц
This commit is contained in:
@@ -14,8 +14,8 @@ public class MessagesControlForm extends DataSetControlForm<Message> {
|
||||
super(dataSource_in, mountPanel_in);
|
||||
}
|
||||
@Override
|
||||
protected boolean needsCurrent() {
|
||||
return true;
|
||||
protected boolean hasCheckBox() {
|
||||
return false;
|
||||
}
|
||||
@Override
|
||||
public String[] getUIColumnNames() {
|
||||
|
||||
Reference in New Issue
Block a user