Package com.morpheusdata.core
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
getMethodNames()
Method names implemented by this provider-
Methods inherited from interface com.morpheusdata.core.PluginProvider
getCode, getMorpheus, getName, getPlugin, isPlugin
-
-