Closed DiegoCardoso closed 4 years ago
GeneratedVaadinButton#setDisabled is a protected method, but users extending it or Button could still be using this method.
GeneratedVaadinButton#setDisabled
Button
Button#setEnabled should be the only way to disable/enable the component.
Button#setEnabled
All committers have signed the CLA.
GeneratedVaadinButton#setDisabled
is a protected method, but users extending it orButton
could still be using this method.Button#setEnabled
should be the only way to disable/enable the component.