| java.lang.Object javax.faces.component._SelectItemsUtil
_SelectItemsUtil | class _SelectItemsUtil (Code) | | author: Mathias Broekelmann (latest modification by $Author: mbr $) version: $Revision: 511124 $ $Date: 2007-02-23 22:56:42 +0100 (Fr, 23 Feb 2007) $ |
Inner Class :public static interface _ValueConverter | |
matchValue | public static boolean matchValue(FacesContext context, Object value, Iterator<SelectItem> selectItemsIter, _ValueConverter converter)(Code) | | Parameters: context - the faces context Parameters: value - the value to check Parameters: converter - Parameters: iterator - contains instances of SelectItem if the value of a selectitem is equal to the given value |
|
|