org.apache.myfaces.shared.renderkit.html.util
Class SelectItemsUtils
java.lang.Object
org.apache.myfaces.shared.renderkit.html.util.SelectItemsUtils
public class SelectItemsUtils
- extends Object
Utility methods to manipulate SelectItem/SelectItems
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectItemsUtils
public SelectItemsUtils()
getSelectItemInfoList
public static List<SelectItemInfo> getSelectItemInfoList(UISelectMany uiSelectMany,
FacesContext facesContext)
getSelectItemInfoList
public static List<SelectItemInfo> getSelectItemInfoList(UISelectOne uiSelectOne,
FacesContext facesContext)
renderSelectOptions
public static void renderSelectOptions(FacesContext context,
UIComponent component,
Converter converter,
Set lookupSet,
List<SelectItemInfo> selectItemList)
throws IOException
- Throws:
IOException
Copyright © 2014 The Apache Software Foundation. All rights reserved.