Interface OptionSourceProvider

  • All Superinterfaces:
    PluginProvider
    All Known Implementing Classes:
    AbstractOptionSourceProvider

    public interface OptionSourceProvider
    extends PluginProvider
    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.
    • Method Detail

      • getMethodNames

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