Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
class: SelectUtils [javadoc | source]
java.lang.Object
   javax.faces.component.SelectUtils
Contains common utility methods used by both UISelectOne and UISelectMany .
Nested Class Summary:
static class  SelectUtils.ArrayIterator  Exposes an Array via an Iterator 
Method from javax.faces.component.SelectUtils Summary:
matchValue,   valueIsNoSelectionOption
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.SelectUtils Detail:
 static boolean matchValue(FacesContext ctx,
    UIComponent component,
    Object value,
    Iterator<SelectItem> items,
    Converter converter) 

    Return true if the specified value matches one of the available options, performing a recursive search if if a javax.faces.model.SelectItemGroup instance is detected.

 static boolean valueIsNoSelectionOption(FacesContext ctx,
    UIComponent component,
    Object value,
    Iterator<SelectItem> items,
    Converter converter) 
    Returns true iff component has a UISelectItem child whose itemValue exactly matches the argument value