This class is stateless
910111213141516
{ public TooltipPage() { // Plugin automatically inserts the required CSS code needed Label lbl = new Label("label", "Label with tooltip"); lbl.add(new MFXTips("Hello world!.")); add(lbl); }