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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
@NonNull String
getText()
int
hashCode()
-