vaadin / vaadin-button-flow

Vaadin Flow Java API for vaadin/vaadin-button Web Component
https://vaadin.com/components/vaadin-button
Other
0 stars 7 forks source link

Deprecate GeneratedVaadinButton#setDisabled method #151

Closed DiegoCardoso closed 4 years ago

DiegoCardoso commented 4 years ago

GeneratedVaadinButton#setDisabled is a protected method, but users extending it or Button could still be using this method.

Button#setEnabled should be the only way to disable/enable the component.

claassistantio commented 4 years ago

CLA assistant check
All committers have signed the CLA.