Package io.jmix.flowui.facet.impl
Class SettingsFacetUtils
java.lang.Object
io.jmix.flowui.facet.impl.SettingsFacetUtils
Utility class for applying settings to components using the
SettingsFacet.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplySettings(SettingsFacet settingsFacet, Collection<com.vaadin.flow.component.Component> components) Applies settings to the specified components using the providedSettingsFacetinstance.
-
Constructor Details
-
SettingsFacetUtils
public SettingsFacetUtils()
-
-
Method Details
-
applySettings
public static void applySettings(SettingsFacet settingsFacet, Collection<com.vaadin.flow.component.Component> components) Applies settings to the specified components using the providedSettingsFacetinstance.- Parameters:
settingsFacet- the settings facet used to apply settings to the componentscomponents- the collection of components to which the settings are to be applied- Throws:
UnsupportedOperationException- if the provided settings facet is not of a supported type
-