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

    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • viewDataXmlLoader

      protected ViewDataXmlLoader viewDataXmlLoader
    • actionLoaderSupport

      protected ActionLoaderSupport actionLoaderSupport
    • view

      protected View<?> view
    • context

      protected ComponentLoader.Context context
  • 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
    • setViewDataXmlLoader

      @Autowired public void setViewDataXmlLoader(ViewDataXmlLoader viewDataXmlLoader)
    • 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()