Class DescriptionListLoader
java.lang.Object
io.jmix.flowui.xml.layout.loader.AbstractComponentLoader<T>
io.jmix.flowui.xml.layout.loader.container.AbstractContainerLoader<T>
io.jmix.flowui.xml.layout.loader.html.AbstractHtmlContainerLoader<com.vaadin.flow.component.html.DescriptionList>
io.jmix.flowui.xml.layout.loader.html.DescriptionListLoader
- All Implemented Interfaces:
ComponentLoader<com.vaadin.flow.component.html.DescriptionList>
public class DescriptionListLoader
extends AbstractHtmlContainerLoader<com.vaadin.flow.component.html.DescriptionList>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from interface io.jmix.flowui.xml.layout.ComponentLoader
ComponentLoader.AutowireTask, ComponentLoader.ComponentContext, ComponentLoader.Context, ComponentLoader.FragmentContext, ComponentLoader.InitTask
-
Field Summary
Fields inherited from class io.jmix.flowui.xml.layout.loader.html.AbstractHtmlContainerLoader
dataLoaderSupport, htmlComponentReadonlyDataBinding
Fields inherited from class io.jmix.flowui.xml.layout.loader.container.AbstractContainerLoader
pendingLoadComponents
Fields inherited from class io.jmix.flowui.xml.layout.loader.AbstractComponentLoader
applicationContext, componentLoaderSupport, context, element, environment, factory, loaderResolver, loaderSupport, resultComponent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.component.html.DescriptionList
void
Loads component properties by XML definition.Methods inherited from class io.jmix.flowui.xml.layout.loader.html.AbstractHtmlContainerLoader
getDataLoaderSupport, getHtmlDataBinding, initComponent, loadData
Methods inherited from class io.jmix.flowui.xml.layout.loader.container.AbstractContainerLoader
createSubComponents, isChildElementIgnored, loadSubComponents, loadSubComponentsAndExpand
Methods inherited from class io.jmix.flowui.xml.layout.loader.AbstractComponentLoader
componentLoader, getComponentContext, getContext, 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
-
Constructor Details
-
DescriptionListLoader
public DescriptionListLoader()
-
-
Method Details
-
createComponent
protected com.vaadin.flow.component.html.DescriptionList createComponent()- Specified by:
createComponent
in classAbstractComponentLoader<com.vaadin.flow.component.html.DescriptionList>
-
loadComponent
public void loadComponent()Description copied from interface:ComponentLoader
Loads component properties by XML definition.- Specified by:
loadComponent
in interfaceComponentLoader<com.vaadin.flow.component.html.DescriptionList>
- Overrides:
loadComponent
in classAbstractHtmlContainerLoader<com.vaadin.flow.component.html.DescriptionList>
- See Also:
-