Interface AutoCompletionDisplay
-
- All Known Implementing Classes:
DisplayTrigger,HTMLFragment,JavaScriptCallbackDisplay,JSONData,PlainText
public interface AutoCompletionDisplayThis interface groups the options for how auto completion suggestions are displayed. Please note that plugins cannot provide new implementations of this interface. Funnelback supports the following types of content being displayed in auto completion suggestionsDisplayTriggerHTMLFragmentJavaScriptCallbackDisplayJSONDataPlainTextSee the subclasses for further details on each option.