java.lang.Object
com.sun.faces.util.SelectItemUtils
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic List<SelectItem> collectSelectItems(FacesContext context, UIComponent component) static <S extends SelectItem>
ScreateSelectItem(UIComponent component, Object value, Supplier<S> supplier) static <S extends SelectItem>
voidcreateSelectItems(FacesContext context, UIComponent component, Object values, Supplier<S> supplier, Consumer<S> callback)  
- 
Constructor Details
- 
SelectItemUtils
public SelectItemUtils() 
 - 
 - 
Method Details
- 
collectSelectItems
 - 
createSelectItems
public static <S extends SelectItem> void createSelectItems(FacesContext context, UIComponent component, Object values, Supplier<S> supplier, Consumer<S> callback)  - 
createSelectItem
public static <S extends SelectItem> S createSelectItem(UIComponent component, Object value, Supplier<S> supplier)  
 -