Package io.jmix.ui.xml.layout.loader
Class ResponsiveGridLayoutLoader
java.lang.Object
io.jmix.ui.xml.layout.loader.AbstractComponentLoader<ResponsiveGridLayout>
io.jmix.ui.xml.layout.loader.ResponsiveGridLayoutLoader
- All Implemented Interfaces:
ComponentLoader<ResponsiveGridLayout>
- Direct Known Subclasses:
DashboardResponsiveLayoutLoader
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.ui.xml.layout.ComponentLoader
ComponentLoader.ComponentContext, ComponentLoader.CompositeComponentContext, ComponentLoader.Context, ComponentLoader.InitTask, ComponentLoader.InjectTask
-
Field Summary
Fields inherited from class io.jmix.ui.xml.layout.loader.AbstractComponentLoader
applicationContext, context, element, environment, factory, layoutLoaderConfig, loaderResolver, loaderSupport, resultComponent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ResponsiveGridLayout.ColumnsValue
createColumnValue
(String columnStr) void
Creates result component by XML-element and loads its Id.protected ResponsiveGridLayout.OrderValue
createOrderValue
(String orderStr) protected String
getAttributeFullName
(String attributeBaseName, ResponsiveGridLayout.Breakpoint breakpoint) protected void
loadColumn
(ResponsiveGridLayout.Column column, org.dom4j.Element element) protected void
loadColumnAlignSelf
(ResponsiveGridLayout.Column column, org.dom4j.Element element) protected void
loadColumnColumnsValue
(ResponsiveGridLayout.Column column, org.dom4j.Element element) protected void
loadColumnOffsetValue
(ResponsiveGridLayout.Column column, org.dom4j.Element element) protected void
loadColumnOrderValue
(ResponsiveGridLayout.Column column, org.dom4j.Element element) protected void
loadColumns
(ResponsiveGridLayout.Row row, org.dom4j.Element element) void
Loads component properties by XML definition.protected void
loadComponent
(ResponsiveGridLayout.Column column, org.dom4j.Element element) protected void
loadGridElement
(ResponsiveGridLayout.GridElement gridElement, org.dom4j.Element element) protected void
loadRow
(ResponsiveGridLayout.Row row, org.dom4j.Element element) protected void
loadRowAlignItems
(ResponsiveGridLayout.Row row, org.dom4j.Element element) protected void
loadRowColumns
(ResponsiveGridLayout.Row row, org.dom4j.Element element) protected void
loadRowJustifyContent
(ResponsiveGridLayout.Row row, org.dom4j.Element element) protected void
loadRows
(ResponsiveGridLayout component, org.dom4j.Element element) Methods inherited from class io.jmix.ui.xml.layout.loader.AbstractComponentLoader
assignFrame, assignXmlDescriptor, findComponent, getActions, getClassManager, getComponentContext, getCompositeComponentContext, getContext, getElement, getFactory, getIconPath, getLayoutLoader, getLayoutLoader, getLayoutLoaderConfig, getLoaderResolver, getLoaderSupport, getMessages, getMessageTools, getMeterRegistry, getParentDataContainer, getProperties, getResultComponent, getTheme, initAction, loadAction, loadActionConstraint, loadActionId, loadActions, loadAlign, loadBoolean, loadBoolean, loadBorder, loadCaption, loadCaptionAsHtml, loadCollapsible, loadContainer, loadContainer, loadContextHelp, loadCss, loadData, loadDeclarativeAction, loadDeclarativeActionByType, loadDeclarativeActionDefault, loadDescription, loadDescriptionAsHtml, loadEditable, loadEnable, loadEnum, loadEnum, loadFocusable, loadFormatter, loadFormatter, loadHeight, loadHeight, loadHtmlSanitizerEnabled, loadIcon, loadId, loadInputPrompt, loadInteger, loadInteger, loadMargin, loadMetaClass, loadMetaClass, loadMinHeight, loadMinHeight, loadMinWidth, loadMinWidth, loadOptionsContainer, loadOrientation, loadRequired, loadRequiredIndicatorVisible, loadResourceString, loadResponsive, loadShortcut, loadShortcutFromAlias, loadShortcutFromConfig, loadShortcutFromFQNConfig, loadString, loadString, loadStyleName, loadTabIndex, loadThemeInt, loadThemeString, loadValidation, loadValuePickerDeclarativeAction, loadVisible, loadWidth, loadWidth, parseMarginInfo, setApplicationContext, setContext, setElement, setEnvironment, setFactory, setLayoutLoaderConfig, setLoaderResolver, setLoaderSupport
-
Constructor Details
-
ResponsiveGridLayoutLoader
public ResponsiveGridLayoutLoader()
-
-
Method Details
-
createComponent
public void createComponent()Description copied from interface:ComponentLoader
Creates result component by XML-element and loads its Id. Also creates all nested components.- See Also:
-
loadComponent
public void loadComponent()Description copied from interface:ComponentLoader
Loads component properties by XML definition.- See Also:
-
loadGridElement
protected void loadGridElement(ResponsiveGridLayout.GridElement gridElement, org.dom4j.Element element) -
loadRows
-
loadRow
-
loadRowColumns
-
loadRowAlignItems
-
loadRowJustifyContent
-
loadColumns
-
loadColumn
-
loadComponent
-
loadColumnColumnsValue
protected void loadColumnColumnsValue(ResponsiveGridLayout.Column column, org.dom4j.Element element) -
createColumnValue
-
loadColumnAlignSelf
-
loadColumnOrderValue
-
createOrderValue
-
loadColumnOffsetValue
-
getAttributeFullName
protected String getAttributeFullName(String attributeBaseName, ResponsiveGridLayout.Breakpoint breakpoint)
-