Tooltips

Some UI component like the label can have tooltips added by code. Here is a small example:

final Label label = new Label("Hallo Welt");
label.setTitle("Das hier ist der Tooltip.");
this.add(label);

List of components that currently support Title:

  • TextField

  • PasswordField

  • EmailField

  • NumberField

  • Label

  • H1-H…​

  • Emphasis

  • Hr

  • Anchor

  • NativeButton

  • Div

  • Image