Interface AutoCompletionDisplay
-
- All Known Implementing Classes:
DisplayTrigger
,HTMLFragment
,JavaScriptCallbackDisplay
,JSONData
,PlainText
public interface AutoCompletionDisplay
This 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 suggestionsDisplayTrigger
HTMLFragment
JavaScriptCallbackDisplay
JSONData
PlainText
See the subclasses for further details on each option.