Class DisplayTrigger
- java.lang.Object
-
- com.funnelback.plugin.index.model.querycompletion.display.DisplayTrigger
-
- All Implemented Interfaces:
AutoCompletionDisplay
public class DisplayTrigger extends Object implements AutoCompletionDisplay
An auto-completion display type which simply displays the trigger string as the auto-completion suggestion. This is the default if no other display is specified.
-
-
Constructor Summary
Constructors Constructor Description DisplayTrigger()
-