Class ActionLoaderSupport
java.lang.Object
io.jmix.flowui.xml.layout.support.ActionLoaderSupport
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@Component("flowui_ActionLoaderSupport")
@Scope("prototype")
public class ActionLoaderSupport
extends Object
implements org.springframework.context.ApplicationContextAware
-
Field Summary
Modifier and TypeFieldDescriptionprotected Actions
protected org.springframework.context.ApplicationContext
protected ComponentLoaderSupport
protected ComponentLoader.Context
protected LoaderSupport
protected ActionCustomPropertyLoader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ComponentLoaderSupport
protected void
initAction
(org.dom4j.Element element, Action targetAction) protected void
loadActionConstraint
(Action action, org.dom4j.Element element) protected String
loadActionId
(org.dom4j.Element element) void
loadActions
(HasActions component, org.dom4j.Element element) loadDeclarativeAction
(org.dom4j.Element element) loadDeclarativeActionByType
(org.dom4j.Element element) protected Action
loadDeclarativeActionDefault
(org.dom4j.Element element) void
setActionCustomPropertyLoader
(ActionCustomPropertyLoader actionCustomPropertyLoader) void
setActions
(Actions actions) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setLoaderSupport
(LoaderSupport loaderSupport)
-
Field Details
-
context
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
loaderSupport
-
propertyLoader
-
actions
-
componentLoaderSupport
-
-
Constructor Details
-
ActionLoaderSupport
-
-
Method Details
-
setLoaderSupport
-
setActionCustomPropertyLoader
@Autowired public void setActionCustomPropertyLoader(ActionCustomPropertyLoader actionCustomPropertyLoader) -
setActions
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-
loadDeclarativeAction
-
loadActionConstraint
-
loadActions
-
loadDeclarativeActionByType
-
loadDeclarativeActionDefault
-
loadActionId
-
initAction
-
componentLoader
-