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

All Implemented Interfaces:
    List, Serializable, RandomAccess, Cloneable, Collection

Fields inherited from java.util.AbstractList:
modCount
Constructor:
 public ChildrenList(UIComponent component) 
Method from javax.faces.component.UIComponentBase$ChildrenList Summary:
add,   add,   addAll,   addAll,   clear,   iterator,   listIterator,   listIterator,   remove,   remove,   removeAll,   retainAll,   set
Methods from java.util.ArrayList:
add,   add,   addAll,   addAll,   clear,   clone,   contains,   ensureCapacity,   get,   indexOf,   isEmpty,   lastIndexOf,   remove,   remove,   removeRange,   set,   size,   toArray,   toArray,   trimToSize
Methods from java.util.AbstractList:
add,   add,   addAll,   clear,   equals,   get,   hashCode,   indexOf,   iterator,   lastIndexOf,   listIterator,   listIterator,   remove,   removeRange,   set,   subList
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$ChildrenList Detail:
 public boolean add(UIComponent element) 
 public  void add(int index,
    UIComponent element) 
 public boolean addAll(Collection<UIComponent> collection) 
 public boolean addAll(int index,
    Collection<UIComponent> collection) 
 public  void clear() 
 public Iterator<UIComponent> iterator() 
 public ListIterator<UIComponent> listIterator() 
 public ListIterator<UIComponent> listIterator(int index) 
 public UIComponent remove(int index) 
 public boolean remove(Object elementObj) 
 public boolean removeAll(Collection<?> collection) 
 public boolean retainAll(Collection<?> collection) 
 public UIComponent set(int index,
    UIComponent element)