Class ScreenLoaderSupport
java.lang.Object
io.jmix.flowui.xml.layout.support.ScreenLoaderSupport
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Component("flowui_ScreenLoaderSupport")
@Scope("prototype")
public class ScreenLoaderSupport
extends Object
implements org.springframework.context.ApplicationContextAware
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActionLoaderSupportprotected org.springframework.context.ApplicationContextprotected ComponentLoader.Contextprotected Screen<?>protected ScreenDataXmlLoader -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActionLoaderSupportprotected ComponentLoader.ComponentContextprotected ActionloadDeclarativeAction(org.dom4j.Element element) voidloadFacets(org.dom4j.Element element) voidloadScreenActions(org.dom4j.Element element) voidloadScreenData(org.dom4j.Element element) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetScreenDataXmlLoader(ScreenDataXmlLoader screenDataXmlLoader)
-
Field Details
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
screenDataXmlLoader
-
actionLoaderSupport
-
screen
-
context
-
-
Constructor Details
-
ScreenLoaderSupport
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
setScreenDataXmlLoader
-
getActionLoaderSupport
-
loadScreenData
public void loadScreenData(org.dom4j.Element element) -
loadScreenActions
public void loadScreenActions(org.dom4j.Element element) -
loadFacets
public void loadFacets(org.dom4j.Element element) -
loadDeclarativeAction
-
getComponentContext
-