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 SummaryFieldsModifier and TypeFieldDescriptionprotected Actionsprotected org.springframework.context.ApplicationContextprotected ComponentLoaderSupportprotected ComponentLoader.Contextprotected LoaderSupportprotected ActionCustomPropertyLoader
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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) protected voidloadShortcutCombination(org.dom4j.Element element, Action targetAction) voidsetActionCustomPropertyLoader(ActionCustomPropertyLoader actionCustomPropertyLoader) voidsetActions(Actions actions) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetLoaderSupport(LoaderSupport loaderSupport) 
- 
Field Details- 
context
- 
applicationContextprotected org.springframework.context.ApplicationContext applicationContext
- 
loaderSupport
- 
propertyLoader
- 
actions
- 
componentLoaderSupport
 
- 
- 
Constructor Details- 
ActionLoaderSupport
 
- 
- 
Method Details- 
setLoaderSupport
- 
setActionCustomPropertyLoader@Autowired public void setActionCustomPropertyLoader(ActionCustomPropertyLoader actionCustomPropertyLoader) 
- 
setActions
- 
setApplicationContextpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
- setApplicationContextin interface- org.springframework.context.ApplicationContextAware
 
- 
loadDeclarativeAction
- 
loadActionConstraint
- 
loadActions
- 
loadDeclarativeActionByType
- 
loadDeclarativeActionDefault
- 
loadActionId
- 
initAction
- 
loadShortcutCombination
- 
componentLoader
 
-