Class HtmlLoader

java.lang.Object
io.jmix.flowui.xml.layout.loader.AbstractComponentLoader<com.vaadin.flow.component.Html>
io.jmix.flowui.xml.layout.loader.html.HtmlLoader
All Implemented Interfaces:
ComponentLoader<com.vaadin.flow.component.Html>

public class HtmlLoader extends AbstractComponentLoader<com.vaadin.flow.component.Html>
  • Field Details

  • Constructor Details

    • HtmlLoader

      public HtmlLoader()
  • Method Details

    • createComponent

      protected com.vaadin.flow.component.Html createComponent()
      Specified by:
      createComponent in class AbstractComponentLoader<com.vaadin.flow.component.Html>
    • loadHtmlContent

      @Nullable protected String loadHtmlContent(org.dom4j.Element element)
    • loadFileContent

      @Nullable protected InputStream loadFileContent(org.dom4j.Element element)
    • loadComponent

      public void loadComponent()
      Description copied from interface: ComponentLoader
      Loads component properties by XML definition.
      See Also: