Uses of Class
org.primefaces.model.rest.AutoCompleteSuggestion
Packages that use AutoCompleteSuggestion
-
Uses of AutoCompleteSuggestion in org.primefaces.model.rest
Methods in org.primefaces.model.rest that return types with arguments of type AutoCompleteSuggestionMethods in org.primefaces.model.rest with parameters of type AutoCompleteSuggestionModifier and TypeMethodDescriptionvoidAutoCompleteSuggestionResponse.addSuggestion(AutoCompleteSuggestion suggestion) Method parameters in org.primefaces.model.rest with type arguments of type AutoCompleteSuggestionModifier and TypeMethodDescriptionvoidAutoCompleteSuggestionResponse.setSuggestions(List<AutoCompleteSuggestion> suggestions) Constructor parameters in org.primefaces.model.rest with type arguments of type AutoCompleteSuggestionModifierConstructorDescriptionAutoCompleteSuggestionResponse(List<AutoCompleteSuggestion> suggestions)