]> source.dussan.org Git - vaadin-framework.git/commit
Reverted button click() logic check (#12743)
authorArtur Signell <artur@vaadin.com>
Wed, 16 Oct 2013 12:31:15 +0000 (15:31 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 16 Oct 2013 12:56:28 +0000 (12:56 +0000)
commit6c1ba81e0777080a59bad1eba44cc82f185ba6b3
tree852186d4be1c3a772bdad11daf0e011629e98057
parentd41967dffa3a2fda8df98d7973de4a55dbfde31e
Reverted button click() logic check (#12743)

The isConnectorEnabled() method should only to be used to check if the
client side is allowed to interact with the button, not on the server side
(isConnectorEnabled() is false if the component is not attached to a UI)

Change-Id: I56cd93a1041432199337148f5c4a1449a825c5bc
server/src/com/vaadin/ui/Button.java