Uses of Class
org.bejug.javacareers.common.ajax.CompletionResult

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.
 



Copyright © 2005-2006 BeJUG. All Rights Reserved.