private static class UIComponentBase.ChildrenList extends java.util.ArrayList<UIComponent>
| Modifier and Type | Field and Description |
|---|---|
private UIComponent |
component |
| Constructor and Description |
|---|
ChildrenList(UIComponent component) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
UIComponent element) |
boolean |
add(UIComponent element) |
boolean |
addAll(java.util.Collection<? extends UIComponent> collection) |
boolean |
addAll(int index,
java.util.Collection<? extends UIComponent> collection) |
void |
clear() |
java.util.Iterator<UIComponent> |
iterator() |
java.util.ListIterator<UIComponent> |
listIterator() |
java.util.ListIterator<UIComponent> |
listIterator(int index) |
UIComponent |
remove(int index) |
boolean |
remove(java.lang.Object elementObj) |
boolean |
removeAll(java.util.Collection<?> collection) |
boolean |
retainAll(java.util.Collection<?> collection) |
UIComponent |
set(int index,
UIComponent element) |
clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, lastIndexOf, removeIf, removeRange, replaceAll, size, sort, spliterator, subList, toArray, toArray, trimToSizeprivate UIComponent component
public ChildrenList(UIComponent component)
public void add(int index,
UIComponent element)
add in interface java.util.List<UIComponent>add in class java.util.ArrayList<UIComponent>public boolean add(UIComponent element)
add in interface java.util.Collection<UIComponent>add in interface java.util.List<UIComponent>add in class java.util.ArrayList<UIComponent>public boolean addAll(java.util.Collection<? extends UIComponent> collection)
addAll in interface java.util.Collection<UIComponent>addAll in interface java.util.List<UIComponent>addAll in class java.util.ArrayList<UIComponent>public boolean addAll(int index,
java.util.Collection<? extends UIComponent> collection)
addAll in interface java.util.List<UIComponent>addAll in class java.util.ArrayList<UIComponent>public void clear()
clear in interface java.util.Collection<UIComponent>clear in interface java.util.List<UIComponent>clear in class java.util.ArrayList<UIComponent>public java.util.Iterator<UIComponent> iterator()
iterator in interface java.lang.Iterable<UIComponent>iterator in interface java.util.Collection<UIComponent>iterator in interface java.util.List<UIComponent>iterator in class java.util.ArrayList<UIComponent>public java.util.ListIterator<UIComponent> listIterator()
listIterator in interface java.util.List<UIComponent>listIterator in class java.util.ArrayList<UIComponent>public java.util.ListIterator<UIComponent> listIterator(int index)
listIterator in interface java.util.List<UIComponent>listIterator in class java.util.ArrayList<UIComponent>public UIComponent remove(int index)
remove in interface java.util.List<UIComponent>remove in class java.util.ArrayList<UIComponent>public boolean remove(java.lang.Object elementObj)
remove in interface java.util.Collection<UIComponent>remove in interface java.util.List<UIComponent>remove in class java.util.ArrayList<UIComponent>public boolean removeAll(java.util.Collection<?> collection)
removeAll in interface java.util.Collection<UIComponent>removeAll in interface java.util.List<UIComponent>removeAll in class java.util.ArrayList<UIComponent>public boolean retainAll(java.util.Collection<?> collection)
retainAll in interface java.util.Collection<UIComponent>retainAll in interface java.util.List<UIComponent>retainAll in class java.util.ArrayList<UIComponent>public UIComponent set(int index, UIComponent element)
set in interface java.util.List<UIComponent>set in class java.util.ArrayList<UIComponent>