Class FormLayoutLoader
java.lang.Object
io.jmix.flowui.xml.layout.loader.AbstractComponentLoader<JmixFormLayout>
io.jmix.flowui.xml.layout.loader.container.FormLayoutLoader
- All Implemented Interfaces:
- ComponentLoader<JmixFormLayout>
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface io.jmix.flowui.xml.layout.ComponentLoaderComponentLoader.AutowireTask, ComponentLoader.ComponentContext, ComponentLoader.Context, ComponentLoader.FragmentContext, ComponentLoader.InitTask
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPositionprotected MessageToolsprotected MetadataToolsFields inherited from class io.jmix.flowui.xml.layout.loader.AbstractComponentLoaderapplicationContext, componentLoaderSupport, context, element, environment, factory, loaderResolver, loaderSupport, resultComponent
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected JmixFormLayoutprotected StringgeneratePropertyLabel(com.vaadin.flow.component.Component component) protected List<com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep>protected StringgetLabel(com.vaadin.flow.component.Component component) protected MessageToolsprotected MetadataToolsprotected booleanisChildElementIgnored(org.dom4j.Element subElement) voidLoads component properties by XML definition.protected voidloadData(JmixFormLayout resultComponent, org.dom4j.Element element) protected voidloadLabelPosition(org.dom4j.Element element) protected com.vaadin.flow.component.formlayout.FormLayout.ResponsiveSteploadResponsiveStep(org.dom4j.Element element) protected voidloadResponsiveSteps(com.vaadin.flow.component.formlayout.FormLayout resultComponent, org.dom4j.Element element) protected voidprotected voidprotected voidsetWidthFull(com.vaadin.flow.component.Component component) Methods inherited from class io.jmix.flowui.xml.layout.loader.AbstractComponentLoadercomponentLoader, getComponentContext, getContext, getElement, getFactory, getLayoutLoader, getLoaderResolver, getLoaderSupport, getResultComponent, initComponent, 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- 
metaDataTools
- 
messageTools
- 
defaultLabelPositionprotected com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition defaultLabelPosition
 
- 
- 
Constructor Details- 
FormLayoutLoaderpublic FormLayoutLoader()
 
- 
- 
Method Details- 
createComponent- Specified by:
- createComponentin class- AbstractComponentLoader<JmixFormLayout>
 
- 
loadComponentpublic void loadComponent()Description copied from interface:ComponentLoaderLoads component properties by XML definition.- See Also:
 
- 
loadData
- 
loadLabelPositionprotected void loadLabelPosition(org.dom4j.Element element) 
- 
loadSubComponentsprotected void loadSubComponents()
- 
getLabel
- 
setLabel
- 
setWidthFullprotected void setWidthFull(com.vaadin.flow.component.Component component) 
- 
loadResponsiveStepsprotected void loadResponsiveSteps(com.vaadin.flow.component.formlayout.FormLayout resultComponent, org.dom4j.Element element) 
- 
getDefaultResponsiveStepsprotected List<com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep> getDefaultResponsiveSteps()
- 
loadResponsiveStepprotected com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep loadResponsiveStep(org.dom4j.Element element) 
- 
generatePropertyLabel
- 
isChildElementIgnoredprotected boolean isChildElementIgnored(org.dom4j.Element subElement) 
- 
getMetadataTools
- 
getMessageTools
 
-