javax.faces.component
Class _ComponentChildrenList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList
          extended by javax.faces.component._ComponentChildrenList
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List

 class _ComponentChildrenList
extends java.util.AbstractList
implements java.io.Serializable

Version:
$Revision: 394697 $ $Date: 2006-04-17 11:24:14 -0400 (Mon, 17 Apr 2006) $
Author:
Manfred Geiler (latest modification by $Author: schof $)

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
_ComponentChildrenList(UIComponent component)
           
 
Method Summary
 void add(int index, java.lang.Object value)
           
 boolean add(java.lang.Object value)
           
 java.lang.Object get(int index)
           
 java.lang.Object remove(int index)
           
 java.lang.Object set(int index, java.lang.Object value)
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

_ComponentChildrenList

_ComponentChildrenList(UIComponent component)
Method Detail

get

public java.lang.Object get(int index)
Specified by:
get in interface java.util.List
Specified by:
get in class java.util.AbstractList

size

public int size()
Specified by:
size in interface java.util.Collection
Specified by:
size in interface java.util.List
Specified by:
size in class java.util.AbstractCollection

set

public java.lang.Object set(int index,
                            java.lang.Object value)
Specified by:
set in interface java.util.List
Overrides:
set in class java.util.AbstractList

add

public boolean add(java.lang.Object value)
Specified by:
add in interface java.util.Collection
Specified by:
add in interface java.util.List
Overrides:
add in class java.util.AbstractList

add

public void add(int index,
                java.lang.Object value)
Specified by:
add in interface java.util.List
Overrides:
add in class java.util.AbstractList

remove

public java.lang.Object remove(int index)
Specified by:
remove in interface java.util.List
Overrides:
remove in class java.util.AbstractList


Copyright 2006 Apache Software Foundation. All Rights Reserved.