|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CompletionResult | |
| org.bejug.javacareers.common.ajax | |
| org.bejug.javacareers.jobs.view.jsf.action | The Java Server Faces actions are implemented here. |
| Uses of CompletionResult in org.bejug.javacareers.common.ajax |
| Methods in org.bejug.javacareers.common.ajax with parameters of type CompletionResult | |
void |
Completable.complete(javax.faces.context.FacesContext context,
java.lang.String prefix,
CompletionResult result)
This method is called asynchronously from client javascript calls; it should return a short list of possible matches for the given prefix as an array of Strings. |
static void |
Utilities.addMatchingItems(java.lang.String[] sortedData,
java.lang.String prefix,
CompletionResult result)
Return (via the result object) a short completion list from the given data using the given prefix |
| Uses of CompletionResult in org.bejug.javacareers.jobs.view.jsf.action |
| Methods in org.bejug.javacareers.jobs.view.jsf.action with parameters of type CompletionResult | |
void |
JobAction.processAjaxSearch(javax.faces.context.FacesContext context,
java.lang.String prefix,
CompletionResult result)
do an ajac-search. |
void |
ResumeAction.processAjaxSearch(javax.faces.context.FacesContext context,
java.lang.String prefix,
CompletionResult result)
Process delete resume. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||