Class DashboardSectionLoader
java.lang.Object
io.jmix.flowui.xml.layout.loader.AbstractComponentLoader<com.vaadin.flow.component.dashboard.DashboardSection>
io.jmix.dashboard.component.loader.DashboardSectionLoader
- All Implemented Interfaces:
ComponentLoader<com.vaadin.flow.component.dashboard.DashboardSection>
public class DashboardSectionLoader
extends AbstractComponentLoader<com.vaadin.flow.component.dashboard.DashboardSection>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.flowui.xml.layout.ComponentLoader
ComponentLoader.AutowireTask, ComponentLoader.ComponentContext, ComponentLoader.Context, ComponentLoader.FragmentContext, ComponentLoader.InitTask -
Field Summary
FieldsFields inherited from class io.jmix.flowui.xml.layout.loader.AbstractComponentLoader
applicationContext, componentLoaderSupport, context, element, environment, factory, loaderResolver, loaderSupport, resultComponent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.component.dashboard.DashboardSectionvoidCreates result component by XML-elementvoidLoads component properties by XML definition.protected voidprotected voidloadWidgets(com.vaadin.flow.component.dashboard.DashboardSection section, org.dom4j.Element element) Methods inherited from class io.jmix.flowui.xml.layout.loader.AbstractComponentLoader
componentLoader, getContext, getElement, getElement, getFactory, getLayoutLoader, getLoaderResolver, getLoaderSupport, getResultComponent, loadBoolean, loadBoolean, loadDouble, loadDouble, loadEnum, loadEnum, loadId, loadInteger, loadInteger, loadResourceString, loadResourceString, loadResourceString, loadString, loadString, loadString, loadVisible, setApplicationContext, setContext, setElement, setEnvironment, setFactory, setLoaderResolver, setLoaderSupport
-
Field Details
-
pendingLoadComponents
-
-
Constructor Details
-
DashboardSectionLoader
public DashboardSectionLoader()
-
-
Method Details
-
createComponent
protected com.vaadin.flow.component.dashboard.DashboardSection createComponent()- Specified by:
createComponentin classAbstractComponentLoader<com.vaadin.flow.component.dashboard.DashboardSection>
-
initComponent
public void initComponent()Description copied from interface:ComponentLoaderCreates result component by XML-element- Specified by:
initComponentin interfaceComponentLoader<com.vaadin.flow.component.dashboard.DashboardSection>- Overrides:
initComponentin classAbstractComponentLoader<com.vaadin.flow.component.dashboard.DashboardSection>
-
loadComponent
public void loadComponent()Description copied from interface:ComponentLoaderLoads component properties by XML definition.- See Also:
-
loadWidgets
protected void loadWidgets(com.vaadin.flow.component.dashboard.DashboardSection section, org.dom4j.Element element) -
loadSubComponents
protected void loadSubComponents()
-