Class VerticalLayoutLoader

java.lang.Object
io.jmix.flowui.xml.layout.loader.AbstractComponentLoader<com.vaadin.flow.component.orderedlayout.VerticalLayout>
io.jmix.flowui.xml.layout.loader.container.AbstractContainerLoader<com.vaadin.flow.component.orderedlayout.VerticalLayout>
io.jmix.flowui.xml.layout.loader.container.AbstractLayoutLoader<com.vaadin.flow.component.orderedlayout.VerticalLayout>
io.jmix.flowui.xml.layout.loader.container.VerticalLayoutLoader
All Implemented Interfaces:
ComponentLoader<com.vaadin.flow.component.orderedlayout.VerticalLayout>

public class VerticalLayoutLoader extends AbstractLayoutLoader<com.vaadin.flow.component.orderedlayout.VerticalLayout>
  • Constructor Details

    • VerticalLayoutLoader

      public VerticalLayoutLoader()
  • Method Details

    • createComponent

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