javax.faces.component
Class _ComponentChildrenList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjavax.faces.component._ComponentChildrenList
All Implemented Interfaces:
java.util.Collection, java.util.List, java.io.Serializable

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

Version:
$Revision: 392868 $ $Date: 2006-04-09 21:25:37 -0400 (Sun, 09 Apr 2006) $
Author:
Manfred Geiler (latest modification by $Author: schof $)

Nested Class Summary
 
Nested classes inherited from class java.util.AbstractList
 
Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
(package private) _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

size

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

set

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

add

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

add

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

remove

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


Copyright 2006 Apache Software Foundation. All Rights Reserved.