Package io.jmix.flowui.xml.layout.loader
Class ComponentLoaderContext
java.lang.Object
io.jmix.flowui.xml.layout.loader.ComponentLoaderContext
- All Implemented Interfaces:
ComponentLoader.ComponentContext
,ComponentLoader.Context
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected List<ComponentLoader.InitTask>
protected String
protected ComponentLoader.ComponentContext
protected List<ComponentLoader.InitTask>
protected View<?>
protected ViewActions
protected ViewData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
View<?>
getView()
void
setCurrentFrameId
(String currentFrameId) void
setFullFrameId
(String frameId) void
setMessageGroup
(String messageGroup) void
void
void
setViewActions
(ViewActions viewActions) void
setViewData
(ViewData viewData)
-
Field Details
-
parent
-
viewData
-
viewActions
-
messageGroup
-
view
-
fullFrameId
-
currentFrameId
-
preInitTasks
-
initTasks
-
-
Constructor Details
-
ComponentLoaderContext
public ComponentLoaderContext()
-
-
Method Details
-
getViewData
- Specified by:
getViewData
in interfaceComponentLoader.ComponentContext
-
setViewData
-
getViewActions
- Specified by:
getViewActions
in interfaceComponentLoader.ComponentContext
-
setViewActions
-
getView
- Specified by:
getView
in interfaceComponentLoader.ComponentContext
-
setView
-
getMessageGroup
- Specified by:
getMessageGroup
in interfaceComponentLoader.Context
-
setMessageGroup
-
getFullFrameId
- Specified by:
getFullFrameId
in interfaceComponentLoader.ComponentContext
-
setFullFrameId
-
getCurrentFrameId
- Specified by:
getCurrentFrameId
in interfaceComponentLoader.ComponentContext
-
setCurrentFrameId
-
addPreInitTask
- Specified by:
addPreInitTask
in interfaceComponentLoader.ComponentContext
-
addInitTask
- Specified by:
addInitTask
in interfaceComponentLoader.ComponentContext
-
getParent
- Specified by:
getParent
in interfaceComponentLoader.ComponentContext
-
setParent
-
getPreInitTasks
-
getInitTasks
-
executePreInitTasks
public void executePreInitTasks()- Specified by:
executePreInitTasks
in interfaceComponentLoader.ComponentContext
-
executeInitTasks
public void executeInitTasks()- Specified by:
executeInitTasks
in interfaceComponentLoader.ComponentContext
-