Class SuggestOracle
A
SuggestOracle can be used to create
suggestions associated with a specific query string. It is currently used by
SuggestBox.
Nested Classes
Nested Interfaces
Constructors
Methods
See Also
SuggestBox
Constructor Detail
SuggestOracle
public SuggestOracle()
Constructor for
SuggestOracle.
Method Detail
isDisplayStringHTML
public boolean isDisplayStringHTML()
Should
Suggestion display strings be treated as HTML? If true, this
all suggestions' display strings will be interpreted as HTML, otherwise as
text.
Return Value
by default, returns false
requestSuggestions
Generate a
Response based on a specific
Request. After the
Response is created, it is passed into
Response).
Parameters
- request
- the request
- callback
- the callback to use for the response