Package org.springframework.springfaces.selectitems.ui

Examples of org.springframework.springfaces.selectitems.ui.SelectItemsIterator


   * @param context the faces context
   * @param component the component
   * @return an {@link Iterator} of the {@link SelectItem}s managed by the <tt>component</tt>
   */
  protected Iterator<SelectItem> getSelectItemsIterator(FacesContext context, UIComponent component) {
    return new SelectItemsIterator(context, component);
  }
View Full Code Here

TOP

Related Classes of org.springframework.springfaces.selectitems.ui.SelectItemsIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.