javax.faces.component
Class _SelectItemsUtil

java.lang.Object
  extended byjavax.faces.component._SelectItemsUtil

class _SelectItemsUtil
extends java.lang.Object

Version:
$Revision: 354414 $ $Date: 2005-12-06 07:36:02 -0500 (Tue, 06 Dec 2005) $
Author:
Mathias Broekelmann (latest modification by $Author: mmarinschek $)

Nested Class Summary
static interface _SelectItemsUtil._ValueConverter
           
 
Constructor Summary
(package private) _SelectItemsUtil()
           
 
Method Summary
static boolean matchValue(FacesContext context, java.lang.Object value, java.util.Iterator selectItemsIter, _SelectItemsUtil._ValueConverter converter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_SelectItemsUtil

_SelectItemsUtil()
Method Detail

matchValue

public static boolean matchValue(FacesContext context,
                                 java.lang.Object value,
                                 java.util.Iterator selectItemsIter,
                                 _SelectItemsUtil._ValueConverter converter)
Parameters:
context - the faces context
value - the value to check
converter -
Returns:
if the value of a selectitem is equal to the given value


Copyright 2006 Apache Software Foundation. All Rights Reserved.