Uses of Interface
com.funnelback.plugin.index.model.querycompletion.action.AutoCompletionAction
-
Packages that use AutoCompletionAction Package Description com.funnelback.plugin.index.model.querycompletion com.funnelback.plugin.index.model.querycompletion.action -
-
Uses of AutoCompletionAction in com.funnelback.plugin.index.model.querycompletion
Fields in com.funnelback.plugin.index.model.querycompletion declared as AutoCompletionAction Modifier and Type Field Description private @NonNull AutoCompletionAction
AutoCompletionEntry. action
Action that will be performed when the user selects this suggestion. -
Uses of AutoCompletionAction in com.funnelback.plugin.index.model.querycompletion.action
Classes in com.funnelback.plugin.index.model.querycompletion.action that implement AutoCompletionAction Modifier and Type Class Description class
JavaScriptCallbackAction
An auto-completion action type which executes the given JavaScript code when the completion is selected.class
OpenUrl
An auto-completion action type which directly opens the given URL rather than changing the search page.class
RunQuery
An auto-completion action type which replaces the user's current query with the supplied one, causing a search results page with the supplied query to be shown.class
RunTriggerAsQuery
An auto-completion action type which replaces the user's current query with the entry's trigger, causing a search results page for the trigger to be shown.
-