Просмотр исходного кода

Remove unused field in ComboBox

Change-Id: I611767b23f55cc9f497e04dee2bf447e72155aca
feature/eventbus
Henri Sara 7 лет назад
Родитель
Сommit
76a702c1c0
1 измененных файлов: 0 добавлений и 7 удалений
  1. 0
    7
      server/src/main/java/com/vaadin/ui/ComboBox.java

+ 0
- 7
server/src/main/java/com/vaadin/ui/ComboBox.java Просмотреть файл

@@ -162,13 +162,6 @@ public class ComboBox extends AbstractSelect implements
*/
private boolean scrollToSelectedItem = true;

/**
* If text input is not allowed, the ComboBox behaves like a pretty
* NativeSelect - the user can not enter any text and clicking the text
* field opens the drop down with options
*/
private boolean textInputAllowed = true;

private ItemStyleGenerator itemStyleGenerator = null;

public ComboBox() {

Загрузка…
Отмена
Сохранить