ComponentHelp - Vaadin Add-on Directory
Helper classes to create a HelpComponentHelp is an UI component add-on for Vaadin 8. The idea is to provide some helper classes to easaly create help texts for your application. Instead of writing help pages you let your components implement the HasHelp interface and produce its own help. Most of the helper classes are server side but there is an extension (Highlighter), which is used to highlight UI components. This highlight is displayed when the mouse is over the corresponding help text.
We use this add-on on our own projects and it is therefore specifically made for our purpose. Feel free to fork and adopt it to your needs.
Issue TrackerSource Code
ComponentHelp version 1.0
API Changed from last version.
HelpParagraph extends now CSSLayout
ComponentHelp version 1.1
Added some helper functions
ComponentHelp version 1.2
Vaadin 8 Version. And added two helper functions.