Interface WidgetConfigContributor

All Known Implementing Classes:
BusinessUnitWidgetConfigContributor, FormBaseWidgetConfigContributor

public interface WidgetConfigContributor
Implement a WidgetConfigContributor for custom logic to modify the widget config object
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(String widgetName, Entity widgetConfig, Map<String,Object> configObject)
    execute custom logic to modify the configObject
    boolean
    supports(String widgetName)
     
  • Method Details

    • supports

      boolean supports(String widgetName)
      Returns:
      true if this contributor supports the given widget
    • apply

      void apply(String widgetName, Entity widgetConfig, Map<String,Object> configObject)
      execute custom logic to modify the configObject