Interface DemoHelperViewer

All Superinterfaces:
Serializable
All Known Implementing Classes:
DialogDemoHelperViewer

public interface DemoHelperViewer extends Serializable
Implementations of this interface can be used to display content rendered by DemoHelperRenderer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    show(com.vaadin.flow.component.Component content)
    Shows help content.
  • Method Details

    • show

      void show(com.vaadin.flow.component.Component content)
      Shows help content.
      Parameters:
      content -