Open Thibstars opened 7 years ago
In v2.0.0, setIcon(VaadinIcons.SEARCH); is a good example of a method that doesn't do anything at this point.
setIcon(VaadinIcons.SEARCH);
I would expect that to add the specified icon to the tab's caption.
In v2.0.0,
setIcon(VaadinIcons.SEARCH);
is a good example of a method that doesn't do anything at this point.I would expect that to add the specified icon to the tab's caption.