Class SettingsFacetUtils

java.lang.Object
io.jmix.flowui.facet.impl.SettingsFacetUtils

public final class SettingsFacetUtils extends Object
Utility class for applying settings to components using the SettingsFacet.
  • 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 provided SettingsFacet instance.
      Parameters:
      settingsFacet - the settings facet used to apply settings to the components
      components - 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