Annotation Interface DemoHelper


@Retention(RUNTIME) @Target(TYPE) public @interface DemoHelper
Annotation to be place in views having an associated DemoHelperRenderer.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Demo helper renderer class
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    com.vaadin.flow.component.icon.VaadinIcon
    Demo helper button icon
    Demo helper button tooltip text
  • Element Details

    • icon

      com.vaadin.flow.component.icon.VaadinIcon icon
      Demo helper button icon
      Default:
      QUESTION_CIRCLE_O
    • tooltipText

      String tooltipText
      Demo helper button tooltip text
      Default:
      ""