Package io.jmix.flowui.facet.settings
package io.jmix.flowui.facet.settings
-
ClassDescriptionAbstractUiComponentSettings<S extends UiComponentSettings<S>>Abstract base class that partially implements the
UiComponentSettingsinterface and provides common functionality related to managing settings for a specificComponent.AbstractUiComponentSettingsJson<S extends UiComponentSettings<S>,J extends AbstractUiComponentSettingsJson<S, J>> Abstract base class forUiComponentSettingsimplementations that use JSON structure.Saves and restores settings for components.Implementation ofComponentSettingsManagerthat applies, saves, and manages settings for components usingComponentSettingsRegistryandUserSettingsCache.Provides information for which component registered settings class.CollectsComponentSettingsBinderand provides information for which component registered settings class.Base interface for classes that collect component settings fromFragment.FragmentSettingsthat uses JSON structure.Base interface for POJO classes that describe component settings.Provides methods for collaboration betweenSettingsFacetandUrlQueryParametersFacet.UiComponentSettings<S extends UiComponentSettings<S>>Base interface for classes that collect component settings fromView.ViewSettingsthat uses JSON structure.