FlowingCode/AppLayoutAddon

Add support for toolbar tooltip

javier-godoy opened this issue · 1 comments

The toolbar icons should optionally support a tooltip. The actual title implementation can be provided by incubator-tooltip or title attribute.

This feature is already implemented in 3.x

private final ToolbarIconButton miSettings =
new ToolbarIconButton("Settings", "settings", this::openSettings);