Class PrefixSuffixLoaderSupport

java.lang.Object
io.jmix.flowui.xml.layout.support.PrefixSuffixLoaderSupport
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component("flowui_PrefixSuffixLoaderSupport") @Scope("prototype") public class PrefixSuffixLoaderSupport extends Object implements org.springframework.context.ApplicationContextAware
  • Field Details

  • Constructor Details

  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • createPrefixSuffixComponents

      public void createPrefixSuffixComponents(com.vaadin.flow.component.Component component, org.dom4j.Element element)
    • loadPrefixSuffixComponents

      public void loadPrefixSuffixComponents()
    • initPrefixSuffixComponent

      protected void initPrefixSuffixComponent(org.dom4j.Element parentElement, String subElementName, Consumer<com.vaadin.flow.component.Component> setter)
    • getLayoutLoader

      protected LayoutLoader getLayoutLoader()