Class StudioBoardPreviewLoader

java.lang.Object
io.jmix.vaadincommercialcomponents.devserverkit.StudioBoardPreviewLoader
All Implemented Interfaces:
StudioPreviewComponentLoader

public class StudioBoardPreviewLoader extends Object implements StudioPreviewComponentLoader
  • Constructor Details

    • StudioBoardPreviewLoader

      public StudioBoardPreviewLoader()
  • Method Details

    • isSupported

      public boolean isSupported(org.dom4j.Element element)
      Description copied from interface: StudioPreviewComponentLoader
      Define the element that this loader can load.
      Specified by:
      isSupported in interface StudioPreviewComponentLoader
    • load

      @Nullable public com.vaadin.flow.component.Component load(org.dom4j.Element element, org.dom4j.Element viewElement)
      Description copied from interface: StudioPreviewComponentLoader
      Create vaadin component from component xml element.
      Specified by:
      load in interface StudioPreviewComponentLoader
      Parameters:
      element - xml element of component
      viewElement - xml element of view containing componentElement
      See Also:
      • Element