Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
static class: UIComponentBase.FacetsMapValues [javadoc | source]
java.lang.Object
   java.util.AbstractCollection<UIComponent>
      javax.faces.component.UIComponentBase$FacetsMapValues

All Implemented Interfaces:
    Collection

Constructor:
 public FacetsMapValues(FacetsMap map) 
Method from javax.faces.component.UIComponentBase$FacetsMapValues Summary:
add,   addAll,   clear,   isEmpty,   iterator,   size
Methods from java.util.AbstractCollection:
add,   addAll,   clear,   contains,   containsAll,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.UIComponentBase$FacetsMapValues Detail:
 public boolean add(UIComponent o) 
 public boolean addAll(Collection c) 
 public  void clear() 
 public boolean isEmpty() 
 public Iterator<UIComponent> iterator() 
 public int size()