Class PlainText
- java.lang.Object
-
- com.funnelback.plugin.index.model.querycompletion.display.PlainText
-
- All Implemented Interfaces:
AutoCompletionDisplay
public class PlainText extends Object implements AutoCompletionDisplay
An auto-completion display type which provides some plain text which will be displayed as the auto-completion suggestion. The content provided will be HTML encoded during presentation, preventing any HTML tags being interpreted in this display.
-
-
Constructor Summary
Constructors Constructor Description PlainText()
-
-
-
Field Detail
-
text
@NonNull private @NonNull String text
-
-