Class SelectItemsUtils
java.lang.Object
org.apache.myfaces.renderkit.html.util.SelectItemsUtils
Utility methods to manipulate SelectItem/SelectItems
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic List<SelectItemInfo>getSelectItemInfoList(UISelectMany uiSelectMany, FacesContext facesContext) static List<SelectItemInfo>getSelectItemInfoList(UISelectOne uiSelectOne, FacesContext facesContext) protected static voidinternalRenderSelectOptions(FacesContext context, UIComponent component, Converter converter, Set lookupSet, List<SelectItemInfo> selectItemList, AtomicBoolean anyItemSelected) static voidrenderSelectOptions(FacesContext context, UIComponent component, Converter converter, Set lookupSet, List<SelectItemInfo> selectItemList) 
- 
Constructor Details- 
SelectItemsUtilspublic SelectItemsUtils()
 
- 
- 
Method Details- 
getSelectItemInfoListpublic static List<SelectItemInfo> getSelectItemInfoList(UISelectMany uiSelectMany, FacesContext facesContext) 
- 
getSelectItemInfoListpublic static List<SelectItemInfo> getSelectItemInfoList(UISelectOne uiSelectOne, FacesContext facesContext) 
- 
renderSelectOptionspublic static void renderSelectOptions(FacesContext context, UIComponent component, Converter converter, Set lookupSet, List<SelectItemInfo> selectItemList) throws IOException - Throws:
- IOException
 
- 
internalRenderSelectOptionsprotected static void internalRenderSelectOptions(FacesContext context, UIComponent component, Converter converter, Set lookupSet, List<SelectItemInfo> selectItemList, AtomicBoolean anyItemSelected) throws IOException - Throws:
- IOException
 
 
-