Class MainTabSheetLoader
java.lang.Object
io.jmix.flowui.xml.layout.loader.AbstractComponentLoader<MainTabSheet>
io.jmix.tabbedmode.xml.layout.loader.MainTabSheetLoader
- All Implemented Interfaces:
ComponentLoader<MainTabSheet>
-
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
FieldsModifier and TypeFieldDescriptionprotected ActionLoaderSupport
protected PrefixSuffixLoaderSupport
static final String
Fields 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 MainTabSheet
protected ActionLoaderSupport
protected PrefixSuffixLoaderSupport
void
Creates result component by XML-elementvoid
Loads component properties by XML definition.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
-
Field Details
-
TAG
- See Also:
-
actionLoaderSupport
-
prefixSuffixLoaderSupport
-
-
Constructor Details
-
MainTabSheetLoader
public MainTabSheetLoader()
-
-
Method Details
-
createComponent
- Specified by:
createComponent
in classAbstractComponentLoader<MainTabSheet>
-
initComponent
public void initComponent()Description copied from interface:ComponentLoader
Creates result component by XML-element- Specified by:
initComponent
in interfaceComponentLoader<MainTabSheet>
- Overrides:
initComponent
in classAbstractComponentLoader<MainTabSheet>
-
loadComponent
public void loadComponent()Description copied from interface:ComponentLoader
Loads component properties by XML definition.- See Also:
-
getActionLoaderSupport
-
getPrefixSuffixLoaderSupport
-