Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add public interface HasLabel ... to support polymorphism #6826

Closed
vlipovetskii opened this issue Nov 2, 2019 · 1 comment
Closed

Add public interface HasLabel ... to support polymorphism #6826

vlipovetskii opened this issue Nov 2, 2019 · 1 comment
Milestone

Comments

@vlipovetskii
Copy link

A lot of Vaadin components implement: property getLabel / setLabel
https://vaadin.com/api/platform/14.0.11/com/vaadin/flow/component/textfield/TextField.html
...
https://vaadin.com/api/platform/14.0.11/com/vaadin/flow/component/datepicker/DatePicker.html

Please add public interface HasLabel ... like
https://github.com/vaadin/flow/blob/master/flow-server/src/main/java/com/vaadin/flow/component/HasText.java
to support polymorphism.

@Legioth
Copy link
Member

Legioth commented Nov 3, 2019

This is a duplicate of #3241.

@Legioth Legioth closed this as completed Nov 3, 2019
@mehdi-vaadin mehdi-vaadin added this to the Abandoned milestone Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants