Class ViewLoaderSupport

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

@Component("flowui_ViewLoaderSupport") @Scope("prototype") public class ViewLoaderSupport 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
    • setDataComponentsLoaderSupport

      @Autowired public void setDataComponentsLoaderSupport(DataComponentsLoaderSupport dataComponentsLoaderSupport)
    • getActionLoaderSupport

      protected ActionLoaderSupport getActionLoaderSupport()
    • loadData

      public void loadData(org.dom4j.Element element)
    • loadActions

      public void loadActions(org.dom4j.Element element)
    • loadFacets

      public void loadFacets(org.dom4j.Element element)
    • loadDeclarativeAction

      protected Action loadDeclarativeAction(org.dom4j.Element element)
    • getComponentContext

      protected ComponentLoader.ComponentContext getComponentContext()