| org.wingx.XSuggestDataSource
All known Subclasses: org.wingx.XSuggest,
XSuggestDataSource | public interface XSuggestDataSource (Code) | | author: Christian Schyma |
generateSuggestions | List<Map.Entry<String, String>> generateSuggestions(String lookupText)(Code) | | Generates and returns a list of suggestions. A suggestion consists of a map entry, mapping a string value to
a string representation. In most cases, both strings will be the same. Sometimes one might like to display
suggestions in a deviant manner. Then the key is what will be inserted into the textfield and the value is
what is displayed as suggestions.
Parameters: lookupText - string to filter the suggestions |
|
|