Class DescriptionListLoader.DescriptionLoader

java.lang.Object
io.jmix.flowui.xml.layout.loader.AbstractComponentLoader<T>
io.jmix.flowui.xml.layout.loader.container.AbstractContainerLoader<T>
io.jmix.flowui.xml.layout.loader.html.AbstractHtmlContainerLoader<com.vaadin.flow.component.html.DescriptionList.Description>
io.jmix.flowui.xml.layout.loader.html.DescriptionListLoader.DescriptionLoader
All Implemented Interfaces:
ComponentLoader<com.vaadin.flow.component.html.DescriptionList.Description>
Enclosing class:
DescriptionListLoader

public static class DescriptionListLoader.DescriptionLoader extends AbstractHtmlContainerLoader<com.vaadin.flow.component.html.DescriptionList.Description>
  • Constructor Details

    • DescriptionLoader

      public DescriptionLoader()
  • Method Details

    • createComponent

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