Uses of Class
org.primefaces.model.rest.AutoCompleteSuggestion
-
Packages that use AutoCompleteSuggestion Package Description org.primefaces.model.rest -
-
Uses of AutoCompleteSuggestion in org.primefaces.model.rest
Methods in org.primefaces.model.rest that return types with arguments of type AutoCompleteSuggestion Modifier and Type Method Description List<AutoCompleteSuggestion>AutoCompleteSuggestionResponse. getSuggestions()Methods in org.primefaces.model.rest with parameters of type AutoCompleteSuggestion Modifier and Type Method Description voidAutoCompleteSuggestionResponse. addSuggestion(AutoCompleteSuggestion suggestion)Method parameters in org.primefaces.model.rest with type arguments of type AutoCompleteSuggestion Modifier and Type Method Description voidAutoCompleteSuggestionResponse. setSuggestions(List<AutoCompleteSuggestion> suggestions)Constructor parameters in org.primefaces.model.rest with type arguments of type AutoCompleteSuggestion Constructor Description AutoCompleteSuggestionResponse(List<AutoCompleteSuggestion> suggestions)
-