Class FlexLayoutLoader

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

public class FlexLayoutLoader extends AbstractContainerLoader<com.vaadin.flow.component.orderedlayout.FlexLayout>
  • Constructor Details

    • FlexLayoutLoader

      public FlexLayoutLoader()
  • Method Details

    • createComponent

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

      public void initComponent()
      Description copied from interface: ComponentLoader
      Creates result component by XML-element
      Specified by:
      initComponent in interface ComponentLoader<com.vaadin.flow.component.orderedlayout.FlexLayout>
      Overrides:
      initComponent in class AbstractComponentLoader<com.vaadin.flow.component.orderedlayout.FlexLayout>
    • loadComponent

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