Interface DemoHelperRenderer


public interface DemoHelperRenderer
Classes implementing this interface render the help content of a demo view.
Implementations must have a no arguments constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.component.Component
    Demo help Content to display.
  • Method Details

    • helperContent

      com.vaadin.flow.component.Component helperContent()
      Demo help Content to display.
      Returns: