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
FieldsModifier and TypeFieldDescriptionprotected Actionsprotected org.springframework.context.ApplicationContextprotected ComponentLoaderSupportprotected ComponentLoader.Contextprotected LoaderSupportprotected ActionCustomPropertyLoader -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ComponentLoaderSupportprotected voidinitAction(org.dom4j.Element element, Action targetAction) protected voidloadActionConstraint(Action action, org.dom4j.Element element) protected StringloadActionId(org.dom4j.Element element) voidloadActions(HasActions component, org.dom4j.Element element) loadDeclarativeAction(org.dom4j.Element element) loadDeclarativeActionByType(org.dom4j.Element element) protected ActionloadDeclarativeActionDefault(org.dom4j.Element element) voidsetActionCustomPropertyLoader(ActionCustomPropertyLoader actionCustomPropertyLoader) voidsetActions(Actions actions) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetLoaderSupport(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:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware
-
loadDeclarativeAction
-
loadActionConstraint
-
loadActions
-
loadDeclarativeActionByType
-
loadDeclarativeActionDefault
-
loadActionId
-
initAction
-
componentLoader
-