Class SelectItemsUtils
- java.lang.Object
- 
- org.apache.myfaces.renderkit.html.util.SelectItemsUtils
 
- 
 public class SelectItemsUtils extends Object Utility methods to manipulate SelectItem/SelectItems
- 
- 
Constructor SummaryConstructors Constructor Description SelectItemsUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
 
- 
- 
- 
Method Detail- 
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
 
 
- 
 
-