com.sun.j2ee.blueprints.ui.selectvalue
Interface SelectValueUtil


public interface SelectValueUtil

Interface implemented by classes that look up a service and return an array an array of SelectItem based on the result.


Method Summary
 javax.faces.model.SelectItem[] matchValue(javax.faces.context.FacesContext context, java.lang.String value)
          This method is called asynchronously from client javascript calls;
 

Method Detail

matchValue

public javax.faces.model.SelectItem[] matchValue(javax.faces.context.FacesContext context,
                                                 java.lang.String value)
This method is called asynchronously from client javascript calls;

Parameters:
context - The faces context for the JSF application
value - value to look up
Returns:
array of SelectItem based on look up.