Interface OptionSourceProvider

All Superinterfaces:
PluginProvider
All Known Implementing Classes:
AbstractOptionSourceProvider

@Deprecated public interface OptionSourceProvider extends PluginProvider
Deprecated.
Provides support for defining custom providers for options supplied to optionTypes These may include datasets for feeding into type-aheads, dropdown components, or even multiselect components. A single method exists on this interface that provides a list of method names within the class for use as an OptionSource. This class has been Deprecated in favor of using the DatasetProvider
  • Method Details

    • getMethodNames

      List<String> getMethodNames()
      Deprecated.
      Method names implemented by this provider
      Returns:
      list of method names