]> source.dussan.org Git - vaadin-framework.git/commit
Use shared state in ComboBox (#19229)
authorHenri Sara <hesara@vaadin.com>
Thu, 5 Nov 2015 08:51:56 +0000 (10:51 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 8 Aug 2016 06:47:17 +0000 (06:47 +0000)
commit0e1a271cc5e465a774f0d729fc9ad38b300757de
treebfc9113541d6b2a638442e33886e59b7a283a59b
parent2879cfcdff148002a59d5e6c486fc769ecba5aa3
Use shared state in ComboBox (#19229)

This change uses shared state for the read-only flag, text
input allowed flag and input prompt.

Change-Id: If770a3d9be96d10c3a19654b398bc2f5ddfb7e67
client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java
server/src/main/java/com/vaadin/ui/ComboBox.java
shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java