Interface SetupResourceSettingSpecifier

All Superinterfaces:
net.solarnetwork.settings.SettingSpecifier
All Known Implementing Classes:
BasicSetupResourceSettingSpecifier

public interface SetupResourceSettingSpecifier extends net.solarnetwork.settings.SettingSpecifier
Setting that renders a custom UI via SetupResource instances.
Version:
2.0
Author:
matt
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a set of properties to associate with the resources managed by this setting.
    Get the provider of setup resources for this specifier.

    Methods inherited from interface net.solarnetwork.settings.SettingSpecifier

    getTitle, getType
  • Method Details

    • getSetupResourceProvider

      SetupResourceProvider getSetupResourceProvider()
      Get the provider of setup resources for this specifier.
      Returns:
      The resource provider.
    • getSetupResourceProperties

      Map<String,?> getSetupResourceProperties()
      Get a set of properties to associate with the resources managed by this setting.
      Returns:
      A set of properties.