Class SelectItemsUtils
java.lang.Object
org.apache.myfaces.renderkit.html.util.SelectItemsUtils
Utility methods to manipulate SelectItem/SelectItems
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<SelectItemInfo>
getSelectItemInfoList
(UISelectMany uiSelectMany, FacesContext facesContext) static List<SelectItemInfo>
getSelectItemInfoList
(UISelectOne uiSelectOne, FacesContext facesContext) protected static void
internalRenderSelectOptions
(FacesContext context, UIComponent component, Converter converter, Set lookupSet, List<SelectItemInfo> selectItemList, AtomicBoolean anyItemSelected) static void
renderSelectOptions
(FacesContext context, UIComponent component, Converter converter, Set lookupSet, List<SelectItemInfo> selectItemList)
-
Constructor Details
-
SelectItemsUtils
public SelectItemsUtils()
-
-
Method Details
-
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
-
internalRenderSelectOptions
protected static void internalRenderSelectOptions(FacesContext context, UIComponent component, Converter converter, Set lookupSet, List<SelectItemInfo> selectItemList, AtomicBoolean anyItemSelected) throws IOException - Throws:
IOException
-