Class SplitLayoutLoader

java.lang.Object
io.jmix.flowui.xml.layout.loader.AbstractComponentLoader<T>
io.jmix.flowui.xml.layout.loader.container.AbstractContainerLoader<com.vaadin.flow.component.splitlayout.SplitLayout>
io.jmix.flowui.xml.layout.loader.container.SplitLayoutLoader
All Implemented Interfaces:
ComponentLoader<com.vaadin.flow.component.splitlayout.SplitLayout>

public class SplitLayoutLoader extends AbstractContainerLoader<com.vaadin.flow.component.splitlayout.SplitLayout>
  • Constructor Details

    • SplitLayoutLoader

      public SplitLayoutLoader()
  • Method Details

    • createComponent

      protected com.vaadin.flow.component.splitlayout.SplitLayout createComponent()
      Specified by:
      createComponent in class AbstractComponentLoader<com.vaadin.flow.component.splitlayout.SplitLayout>
    • 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.splitlayout.SplitLayout>
      Overrides:
      initComponent in class AbstractComponentLoader<com.vaadin.flow.component.splitlayout.SplitLayout>
    • loadComponent

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

      protected void createContent(com.vaadin.flow.component.splitlayout.SplitLayout resultComponent, org.dom4j.Element element)