Package com.morpheusdata.core
Interface OptionSourceProvider
- All Superinterfaces:
PluginProvider
- All Known Implementing Classes:
AbstractOptionSourceProvider
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 Summary
Modifier and TypeMethodDescriptionDeprecated.Method names implemented by this providerMethods inherited from interface com.morpheusdata.core.providers.PluginProvider
getCode, getMorpheus, getName, getPlugin, isPlugin
-
Method Details
-
getMethodNames
Deprecated.Method names implemented by this provider- Returns:
- list of method names
-