Package io.jmix.ui.xml.layout.loader
Class ColorPickerLoader
java.lang.Object
io.jmix.ui.xml.layout.loader.AbstractComponentLoader<T>
io.jmix.ui.xml.layout.loader.AbstractFieldLoader<ColorPicker>
io.jmix.ui.xml.layout.loader.ColorPickerLoader
- All Implemented Interfaces:
ComponentLoader<ColorPicker>
-
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 TypeMethodDescriptionvoid
Creates result component by XML-element and loads its Id.protected void
loadBlueSliderCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadButtonCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadCancelButtonCaption
(ColorPicker component, org.dom4j.Element element) void
Loads component properties by XML definition.protected void
loadConfirmButtonCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadDefaultCaptionEnabled
(ColorPicker component, org.dom4j.Element element) protected void
loadGreenSliderCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadHistoryVisibility
(ColorPicker component, org.dom4j.Element element) protected void
loadHSVVisibility
(ColorPicker component, org.dom4j.Element element) protected void
loadHueSliderCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadLookupAllCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadLookupBlueCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadLookupGreenCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadLookupRedCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadPopupCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadRedSliderCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadRGBVisibility
(ColorPicker component, org.dom4j.Element element) protected void
loadSaturationSliderCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadSwatchesTabCaption
(ColorPicker component, org.dom4j.Element element) protected void
loadSwatchesVisibility
(ColorPicker component, org.dom4j.Element element) protected void
loadValueSliderCaption
(ColorPicker component, org.dom4j.Element element) Methods inherited from class io.jmix.ui.xml.layout.loader.AbstractFieldLoader
loadBuffered, loadDatatype
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
-
ColorPickerLoader
public ColorPickerLoader()
-
-
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.- Specified by:
loadComponent
in interfaceComponentLoader<ColorPicker>
- Overrides:
loadComponent
in classAbstractFieldLoader<ColorPicker>
- See Also:
-
loadRedSliderCaption
-
loadGreenSliderCaption
-
loadBlueSliderCaption
-
loadHueSliderCaption
-
loadSaturationSliderCaption
-
loadValueSliderCaption
-
loadPopupCaption
-
loadConfirmButtonCaption
-
loadCancelButtonCaption
-
loadSwatchesTabCaption
-
loadLookupAllCaption
-
loadLookupRedCaption
-
loadLookupGreenCaption
-
loadLookupBlueCaption
-
loadSwatchesVisibility
-
loadRGBVisibility
-
loadHSVVisibility
-
loadHistoryVisibility
-
loadDefaultCaptionEnabled
-
loadButtonCaption
-