Class ParagraphLoader

All Implemented Interfaces:
ComponentLoader<com.vaadin.flow.component.html.Paragraph>

public class ParagraphLoader extends AbstractHtmlContainerLoader<com.vaadin.flow.component.html.Paragraph>
  • Constructor Details

    • ParagraphLoader

      public ParagraphLoader()
  • Method Details

    • createComponent

      protected com.vaadin.flow.component.html.Paragraph createComponent()
      Specified by:
      createComponent in class AbstractComponentLoader<com.vaadin.flow.component.html.Paragraph>