Class HorizontalLayoutLoader

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.container.AbstractLayoutLoader<com.vaadin.flow.component.orderedlayout.HorizontalLayout>
io.jmix.flowui.xml.layout.loader.container.HorizontalLayoutLoader
All Implemented Interfaces:
ComponentLoader<com.vaadin.flow.component.orderedlayout.HorizontalLayout>

public class HorizontalLayoutLoader extends AbstractLayoutLoader<com.vaadin.flow.component.orderedlayout.HorizontalLayout>
  • Constructor Details

    • HorizontalLayoutLoader

      public HorizontalLayoutLoader()
  • Method Details

    • createComponent

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