Tooltip in a Label

It’s possible to create a tooltip in a Label? (vaadin 14)

tks

label.getElement().setProperty("title", tooltip);